We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba4c2c8 + 3e78fba commit 469b3feCopy full SHA for 469b3fe
.github/workflows/ci-testing.yml
@@ -20,6 +20,7 @@ jobs:
20
os:
21
- "ubuntu-latest"
22
node:
23
+ - "16"
24
- "14"
25
- "12"
26
package.json
@@ -62,7 +62,7 @@
62
"eslint": "^7.9.0",
63
"eslint-plugin-vue": "^7.1.0",
64
"lint-staged": "^10.4.0",
65
- "node-sass": "^5.0.0",
+ "node-sass": "^6.0.1",
66
"sass-loader": "^10.0.2",
67
"typescript": "^4.0.3",
68
"vue-template-compiler": "^2.5.21",
0 commit comments