1 parent fbe4e8b commit 87a1142Copy full SHA for 87a1142
1 file changed
.github/workflows/test.yml
@@ -13,12 +13,12 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [18.x]
+ node-version: [24.x]
17
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v7
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v7
22
with:
23
node-version: ${{ matrix.node-version }}
24
- run: npm ci
@@ -31,12 +31,12 @@ jobs:
31
32
33
34
35
36
37
38
39
40
41
42
0 commit comments