Skip to content

Commit 2e8c096

Browse files
committed
misc/ use node22 on actions
1 parent 793ea57 commit 2e8c096

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
strategy:
2424
matrix:
25-
node-version: [20]
25+
node-version: [22]
2626

2727
# The type of runner that the job will run on
2828
runs-on: macos-12

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [20]
22+
node-version: [22]
2323

2424
# The type of runner that the job will run on
2525
runs-on: ubuntu-22.04

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
strategy:
2424
matrix:
25-
node-version: [20]
25+
node-version: [22]
2626

2727
# The type of runner that the job will run on
2828
runs-on: windows-2022

0 commit comments

Comments
 (0)