Update node-sass.yml

This commit is contained in:
Daniel
2023-03-19 16:35:45 +05:30
parent e319853903
commit b5a78aee8a

View File

@@ -28,6 +28,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Build CSS with node-sass
run: |