Skip to content

Commit

Permalink
Lock sass dependency and enforce Node v20 (#4855)
Browse files Browse the repository at this point in the history
* update sass to 1.79.4 to (hopefully) fix CI issue

* use node version 20 for unittests
  • Loading branch information
crutan authored Oct 16, 2024
1 parent 6bf72ad commit 72a2fa3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 91 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
docker exec --env DJANGO_LOG_LEVEL seed_web ./manage.py create_default_user [email protected] --password=demo123
docker exec --env DJANGO_LOG_LEVEL seed_web /bin/bash -c 'echo "y" | ./manage.py make_superuser --user [email protected]'
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: |
npm install
Expand Down
108 changes: 18 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"puppeteer": "^22.13.0",
"sass": "^1.77.8",
"sass": "1.79.4",
"stylelint": "^16.7.0",
"stylelint-config-standard-scss": "^13.1.0"
},
Expand Down

0 comments on commit 72a2fa3

Please sign in to comment.