Skip to content

Commit

Permalink
build(sass): upgrade node-sass to 8.0.2, try to fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aoi-hosizora committed Feb 24, 2022
1 parent 2fa886d commit b36255f
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 199 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- name: Build extension
run: |
apt update && apt install sass
sudo apt-get update
sudo apt-get install sass
npm i
npm run build
Expand Down
Loading

0 comments on commit b36255f

Please sign in to comment.