Skip to content

Commit

Permalink
CI step didn't like this
Browse files Browse the repository at this point in the history
```
Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)
$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] [--require #0] <scriptName> ...
Error: The process '/home/runner/_work/_tool/node/20.18.1/x64/bin/yarn' failed with exit code 1
```
  • Loading branch information
glimberg committed Jan 7, 2025
1 parent 29255ca commit 747b899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
uses: borales/actions-yarn@v5
if: steps.yarn-cache.outputs.cache-hit != 'true'
# if: steps.yarn-cache.outputs.cache-hit != 'true'
with:
cmd: install --immutable

Expand Down

0 comments on commit 747b899

Please sign in to comment.