Skip to content

Commit

Permalink
chore: test using node 16, remove node 10 (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Jun 12, 2021
1 parent ccf436f commit 9d75b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- ubuntu-latest
- windows-latest
node-version:
- 10.x
- 12.x
- 14.x
- 15.x
- 16.x

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- ubuntu-latest
- windows-latest
node-version:
- 10.x
- 12.x
- 14.x
- 15.x
- 16.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 9d75b2a

Please sign in to comment.