Skip to content

Commit

Permalink
add node 16 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 21, 2021
1 parent 42f0d0f commit 8e1c655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x]
node: ['16']

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

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
'10.17',
'12.13',
'14.15',
'15',
'15.14',
'16',
]

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

0 comments on commit 8e1c655

Please sign in to comment.