Skip to content

Commit 0f21949

Browse files
committed
test version 1
1 parent 2686c8a commit 0f21949

File tree

4 files changed

+9
-14927
lines changed

4 files changed

+9
-14927
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
node-version: '16' # Compatible with your packages
2424

25-
- name: 📦 Install dependencies
25+
- name: 📦 Replace node-sass with sass in CI
2626
run: |
27+
npm install --save-dev sass
2728
npm uninstall node-sass
28-
npm install sass --save-dev
2929
npm install
3030
3131
- name: 🔨 Build the app

0 commit comments

Comments
 (0)