mirror of https://github.com/ColorlibHQ/AdminLTE
Update node-sass.yml
parent
e319853903
commit
b5a78aee8a
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue