Skip to content

Commit 6021c0e

Browse files
committed
build: update node-sass action
1 parent 51d93df commit 6021c0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node-sass.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
node-version: "${{ env.NODE }}"
3131

32+
- name: Install npm dependencies
33+
run: npm ci
34+
3235
- name: Build CSS with node-sass
3336
run: |
3437
npx --package node-sass@latest node-sass --version

0 commit comments

Comments
 (0)