Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Sep 5, 2021
1 parent 5d8dba8 commit dd1b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 10.x, 12.x, 14.x ]
node-version: [12.x, 14.x, 16.x]
os: [ ubuntu-latest, windows-latest, macos-latest ]
exclude:
# Don't test Node.js 8 on Windows. npm is weird here
Expand Down

0 comments on commit dd1b53d

Please sign in to comment.