diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6b435a3..e47c0b3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node_version: [9, 10, 11, 12, 13] + node_version: [10, 11, 12, 13] # os: [ubuntu-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]