Skip to content

Commit

Permalink
Node.js v16 added to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
exsilium committed Jun 13, 2021
1 parent d6f8ba0 commit c9ba7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.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: [12.x, 13.x, 14.x, 15.x]
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "node"
- "15"
- "14"
- "13"
- "12"
Expand Down

0 comments on commit c9ba7c3

Please sign in to comment.