Skip to content

Commit

Permalink
build: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 15, 2024
1 parent dbc080f commit 32e85aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
cache: "npm"

- name: Install deps
run: npm install node-sass@9.0.0
if: matrix.node-version == '20.x'
run: npm install node-sass@8.0.0
if: matrix.node-version == '21.x'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 32e85aa

Please # to comment.