mirror of
https://github.com/actions/setup-node.git
synced 2026-07-01 19:01:38 +00:00
Compare commits
1 Commits
c8c3991225
...
d53ea2cd2e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d53ea2cd2e |
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies
|
||||
run: yarn install --ignore-engines
|
||||
run: yarn install
|
||||
- name: Verify node and yarn
|
||||
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
|
||||
shell: bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user