Skip to content

Commit c1d95ff

Browse files
committed
ci: use nodejs 22.x
1 parent 8c0be2c commit c1d95ff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
12+
with:
13+
node-version: 22.x
1114
- uses: ruby/setup-ruby@v1
1215
with:
1316
ruby-version: 2.7

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: 22.x
2023
- uses: ruby/setup-ruby@v1
2124
with:
2225
ruby-version: 2.7

0 commit comments

Comments
 (0)