Skip to content

Commit

Permalink
Fix ci workflow (#1512)
Browse files Browse the repository at this point in the history
* Fix ci workflow

* Explicit  --no-immutable
  • Loading branch information
SleeplessByte authored Jul 30, 2024
1 parent 4da603e commit 80e924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
working-directory: exercises/practice/hello-world
run: |
corepack enable yarn
corepack yarn install --immutable
corepack yarn install --no-immutable
- name: Run tests
working-directory: exercises/practice/hello-world
Expand Down

0 comments on commit 80e924b

Please sign in to comment.