Skip to content

Commit 9b9bfe4

Browse files
Use Node 22 in all CI workflows (#290)
1 parent bd3d5b0 commit 9b9bfe4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node-version: [18]
24+
node-version: [22]
2525

2626
steps:
2727
- uses: actions/checkout@v3

.github/workflows/release-insiders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
env:
1616
CI: true
1717
CACHE_PREFIX: stable
18-
NODE_VERSION: 16
18+
NODE_VERSION: 22
1919
RELEASE_CHANNEL: insiders
2020

2121
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
env:
1616
CI: true
1717
CACHE_PREFIX: stable
18-
NODE_VERSION: 16
18+
NODE_VERSION: 22
1919

2020
jobs:
2121
build:

0 commit comments

Comments
 (0)