Skip to content

Commit 368778d

Browse files
authored
fix: add node 16 to CI (#2760)
1 parent 03cc309 commit 368778d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ubuntu-latest, windows-latest, macos-latest]
57-
node-version: [10.x, 12.x, 14.x]
57+
node-version: [10.x, 12.x, 14.x, 16.x]
5858
webpack-version: [4, latest]
5959
dev-server-version: [latest, next]
6060
exclude:

test/build/entry/scss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"style-loader": "^2.0.0",
55
"sass-loader": "^10.1.1",
66
"mini-css-extract-plugin": "^1.3.5",
7-
"node-sass": "^5.0.0"
7+
"sass": "^1.34.1"
88
}
99
}

0 commit comments

Comments
 (0)