Skip to content

Commit 692bf8a

Browse files
authored
Bump mirrored CI workflow to Node 22
1 parent f11cb5b commit 692bf8a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
include:
1717
- name: macOS
1818
os: macos-latest
19-
node_version: '18'
19+
node_version: '22'
2020
only_minspec: false
2121
- name: Linux
2222
os: ubuntu-22.04
23-
node_version: '18'
23+
node_version: '22'
2424
only_minspec: false
2525
- name: LinuxMinspec
2626
os: ubuntu-22.04
27-
node_version: '18'
27+
node_version: '22'
2828
only_minspec: true
2929
- name: Windows
3030
os: windows-latest
31-
node_version: '18'
31+
node_version: '22'
3232
only_minspec: false
3333
name: ${{ matrix.name }}
3434
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)