Skip to content

Commit 8ddbf26

Browse files
committed
bump node version to 22
1 parent 01c2d80 commit 8ddbf26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: "18"
21+
node-version: "22"
2222

2323
- run: yarn
2424

@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: "18"
39+
node-version: "22"
4040

4141
- run: yarn
4242

.github/workflows/release.yaml

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

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: "18"
21+
node-version: "22"
2222

2323
- run: yarn
2424

0 commit comments

Comments
 (0)