mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 15:08:24 +02:00
fix builds
This commit is contained in:
parent
d5c3bd00a4
commit
d7a774237a
2 changed files with 2 additions and 4 deletions
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: [12, 14, 16]
|
||||
node-version: [14, 16]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Yarn version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue