mirror of
https://github.com/actions/setup-node.git
synced 2026-07-27 22:41:53 +00:00
fix: correct node version in v8-canary and update setup for node 22 x86
This commit is contained in:
parent
e4abc4c781
commit
e01a1d82a6
6
.github/workflows/versions.yml
vendored
6
.github/workflows/versions.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
[
|
||||
'26-v8-canary',
|
||||
'26.0.0-v8-canary',
|
||||
'v26.0.0-v8-canary20251016054584e5cf'
|
||||
'26.0.0-v8-canary20251016054584e5cf'
|
||||
]
|
||||
steps:
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
@ -251,10 +251,10 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
- name: Setup node 26 x86 from dist
|
||||
- name: Setup node 22 x86 from dist
|
||||
uses: ./
|
||||
with:
|
||||
node-version: '26'
|
||||
node-version: '22'
|
||||
architecture: 'x86'
|
||||
- name: Verify node
|
||||
run: __tests__/verify-arch.sh "ia32"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user