Skip to content

Commit 15a32c8

Browse files
updated: Node versions in the CI
1 parent 202b66d commit 15a32c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [20.x, 22.x]
15+
node-version: [22.x, 24.x]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Local Unit Test ${{ matrix.node-version }}
2020
uses: actions/setup-node@v1
2121
with:

0 commit comments

Comments
 (0)