Skip to content

Commit 024e538

Browse files
committed
💚 Use Node.js 22.x instead of 18.x for CI
Signed-off-by: kei-g <[email protected]>
1 parent 164095a commit 024e538

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
fail-fast: false
77
matrix:
88
node:
9-
- 18
109
- 20
10+
- 22
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
fail-fast: false
77
matrix:
88
node:
9-
- 18
109
- 20
10+
- 22
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

.github/workflows/example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
fail-fast: false
99
matrix:
1010
node:
11-
- 18
1211
- 20
12+
- 22
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)