We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937d834 commit 83209e3Copy full SHA for 83209e3
3 files changed
.github/workflows/ci.yaml
@@ -4,11 +4,11 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
8
9
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
10
with:
11
- node-version: 16
+ node-version: 19
12
13
- name: Install server
14
run: yarn --cwd server install
client/package.json
@@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
15
"react-router-dom": "^6.4.2",
16
"react-scripts": "5.0.1",
17
- "node-sass": "9.0.0",
+ "sass": "1.72.0",
18
"typescript": "^4.8.4",
19
"web-vitals": "^3.0.3"
20
},
0 commit comments