mirror of
https://github.com/actions/setup-node
synced 2025-04-20 07:03:11 +00:00
remove v20.0.0 from workflow check
This commit is contained in:
parent
658b51b920
commit
d8923d1f9d
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: ['20-v8-canary', '20.0-v8-canary', '20.0.0-v8-canary','20.0.0-v8-canary20221103f7e2421e91']
|
||||
node-version: ['20-v8-canary', '20.0.0-v8-canary','20.0.0-v8-canary20221103f7e2421e91']
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Node
|
||||
|
Loading…
Reference in New Issue
Block a user