fix: correct node version in v8-canary and update setup for node 22 x86

This commit is contained in:
HarithaVattikuti 2026-07-14 23:11:21 -05:00
parent e4abc4c781
commit e01a1d82a6

View File

@ -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"