Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Dec 4, 2024
1 parent 387d4a5 commit d684a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
node-version: "22.x"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable
run: yarn install
# run: yarn install --immutable
- run: yarn install grunt-cli
- name: Run lint
run: yarn lint
Expand Down

0 comments on commit d684a5d

Please sign in to comment.