Skip to content

Commit

Permalink
CI should test on Node 16; update Node CI action
Browse files Browse the repository at this point in the history
See [#313][0].

[0]: #313
  • Loading branch information
Fdawgs committed Apr 30, 2021
1 parent 62b2c64 commit bff36b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:

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
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit bff36b7

Please sign in to comment.