Skip to content

Commit

Permalink
fix: add node 16 to CI (#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv authored Jun 4, 2021
1 parent 03cc309 commit 368778d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
webpack-version: [4, latest]
dev-server-version: [latest, next]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion test/build/entry/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"style-loader": "^2.0.0",
"sass-loader": "^10.1.1",
"mini-css-extract-plugin": "^1.3.5",
"node-sass": "^5.0.0"
"sass": "^1.34.1"
}
}

0 comments on commit 368778d

Please sign in to comment.