Skip to content

Commit

Permalink
ci: run tests on node 17.x in CI (#3965)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Nov 9, 2021
1 parent 270da15 commit 04a144f
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 167 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -58,8 +58,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 17.x]
webpack-version: [4, latest]
exclude:
- node-version: 17.x
webpack-version: 4

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

Expand Down

0 comments on commit 04a144f

Please sign in to comment.