1 parent ae3335d commit 3bfde3eCopy full SHA for 3bfde3e
1 file changed
.github/workflows/test.yml
@@ -15,16 +15,14 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [18.x, 20.x, 22.x]
+ node-version: [22.x, 24.x]
19
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v4
23
24
- name: Install pnpm
25
uses: pnpm/action-setup@v4
26
- with:
27
- version: 10
28
29
- name: Setup Node.js ${{ matrix.node-version }}
30
uses: actions/setup-node@v4
@@ -39,7 +37,7 @@ jobs:
39
37
run: pnpm test
40
38
41
- name: Upload coverage report
42
- if: matrix.node-version == '20.x'
+ if: matrix.node-version == '22.x'
43
uses: actions/upload-artifact@v4
44
with:
45
name: coverage-report
0 commit comments