We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202b66d commit 15a32c8Copy full SHA for 15a32c8
.github/workflows/test.yml
@@ -12,10 +12,10 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [20.x, 22.x]
+ node-version: [22.x, 24.x]
16
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: Local Unit Test ${{ matrix.node-version }}
20
uses: actions/setup-node@v1
21
with:
0 commit comments