Skip to content

Commit

Permalink
Try node-sass@4
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Nov 21, 2024
1 parent b556135 commit 049e7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# Node Sass v3.7.0 = LibSass v3.5.0
lib-sass:
name: LibSass v3.5.0 (deprecated)
runs-on: ubuntu-20
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand All @@ -101,7 +101,7 @@ jobs:

- name: Install package
run: |
npm install -g node-sass@v3.7.0
npm install -g node-sass@v4.0.0
node-sass --version
- name: Run command
Expand Down

0 comments on commit 049e7e0

Please sign in to comment.