Skip to content

Commit 469b3fe

Browse files
authored
Merge pull request #55 from rtucek/support-node-v16
Bump node-sass
2 parents ba4c2c8 + 3e78fba commit 469b3fe

File tree

3 files changed

+141
-153
lines changed

3 files changed

+141
-153
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
os:
2121
- "ubuntu-latest"
2222
node:
23+
- "16"
2324
- "14"
2425
- "12"
2526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint": "^7.9.0",
6363
"eslint-plugin-vue": "^7.1.0",
6464
"lint-staged": "^10.4.0",
65-
"node-sass": "^5.0.0",
65+
"node-sass": "^6.0.1",
6666
"sass-loader": "^10.0.2",
6767
"typescript": "^4.0.3",
6868
"vue-template-compiler": "^2.5.21",

0 commit comments

Comments
 (0)