[go: nahoru, domu]

Skip to content

Commit

Permalink
[ci] Test on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Apr 23, 2021
1 parent 587c201 commit fc7e27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- 10
- 12
- 14
- 16
os:
- macOS-latest
- ubuntu-latest
Expand All @@ -25,7 +26,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run lint
if: matrix.node == 14 && matrix.os == 'ubuntu-latest'
if: matrix.node == 16 && matrix.os == 'ubuntu-latest'
- run: npm test
- run:
echo ::set-output name=job_id::$(node -e
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: '16'
- nodejs_version: '14'
- nodejs_version: '12'
- nodejs_version: '10'
Expand Down

0 comments on commit fc7e27d

Please sign in to comment.