Skip to content

Commit c9ba7c3

Browse files
committed
Node.js v16 added to build matrix
1 parent d6f8ba0 commit c9ba7c3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [12.x, 13.x, 14.x, 15.x]
13+
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
1414
steps:
1515
- uses: actions/checkout@v1
1616
- name: Use Node.js ${{ matrix.node-version }}

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- "node"
4+
- "15"
45
- "14"
56
- "13"
67
- "12"

0 commit comments

Comments
 (0)