Skip to content

Commit d919fe9

Browse files
committed
fixup: bump to Node.js 22.x in CI
1 parent 42cc373 commit d919fe9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 20.x
36+
node-version: 22.x
3737
cache: "npm"
3838

3939
- name: Install npm

.github/workflows/check-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Node.js
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: 20.x
59+
node-version: 22.x
6060
cache: "npm"
6161

6262
- name: Use [email protected]

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node.js
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: 20.x
43+
node-version: 22.x
4444
cache: "npm"
4545

4646
- name: Install npm

0 commit comments

Comments
 (0)