Skip to content

Commit

Permalink
chore: update CI to run node 10, 12, 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Aug 25, 2021
1 parent 501ab9e commit c7c984f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ init:
# Test against these version of Node
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '10'
- nodejs_version: '12'
- nodejs_version: '13'
- nodejs_version: '14'
- nodejs_version: '16'

platform:
- x86
Expand Down

0 comments on commit c7c984f

Please sign in to comment.