mirror of
https://github.com/actions/setup-node.git
synced 2026-03-30 23:10:08 +00:00
Compare commits
2 Commits
d53ea2cd2e
...
c8c3991225
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8c3991225 | ||
|
|
ee36e8b5c0 |
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
|
||||
run: yarn install --ignore-engines
|
||||
- name: Verify node and yarn
|
||||
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
|
||||
shell: bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user