mirror of
https://github.com/actions/setup-node.git
synced 2025-09-10 18:56:17 +00:00
check failures fix
This commit is contained in:
parent
8baf2b4607
commit
7ccc9ff8e2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
- name: Yarn version
|
||||
run: yarn --version
|
||||
- name: Generate yarn file
|
||||
run: yarn install
|
||||
run: yarn install --ignore-engines
|
||||
- name: Remove dependencies
|
||||
shell: pwsh
|
||||
run: Remove-Item node_modules -Force -Recurse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue