Skip to content

Commit

Permalink
BB2-3100 Replace deprecated node-sass with sass. (#53)
Browse files Browse the repository at this point in the history
* Replace deprecated node-sass with sass.

* Update ci.yaml

---------

Co-authored-by: sb-benohe <71290292+sb-benohe@users.noreply.github.com>
  • Loading branch information
jimmyfagan and sb-benohe authored Apr 3, 2024
1 parent 937d834 commit 83209e3
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 868 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 19

- name: Install server
run: yarn --cwd server install
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"node-sass": "9.0.0",
"sass": "1.72.0",
"typescript": "^4.8.4",
"web-vitals": "^3.0.3"
},
Expand Down
Loading

0 comments on commit 83209e3

Please sign in to comment.