diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 119a5c30..500f6799 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -11,7 +11,9 @@ jobs:
uses: actions/checkout@v2
- name: Setup node
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
+ with:
+ node-version: 20
- name: Install yarn
run: npm i -g yarn
diff --git a/package.json b/package.json
index 62d68cd1..69e1f5eb 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,9 @@
"version": "0.1.8",
"private": true,
"scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
+ "serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
+ "build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
+ "lint": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
},
"gitHooks": {
"pre-commit": "vue-cli-service lint && git add -A",
@@ -23,8 +23,8 @@
"core-js": "^3.6.4",
"lodash": "^4.17.19",
"moment": "^2.26.0",
- "node-sass": "^4.14.1",
"raw-loader": "^4.0.1",
+ "sass": "^1.69.7",
"sass-loader": "^8.0.2",
"semver": "^7.3.2",
"vue": "^2.6.11",
diff --git a/public/index.html b/public/index.html
index 9decabc6..6048acf8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -48,16 +48,13 @@
-
-
+
+