Skip to content

Commit 3bfde3e

Browse files
committed
fix(ci): remove deprecated node versions and fix pnpm version conflict
1 parent ae3335d commit 3bfde3e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [18.x, 20.x, 22.x]
18+
node-version: [22.x, 24.x]
1919

2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
2323

2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v4
26-
with:
27-
version: 10
2826

2927
- name: Setup Node.js ${{ matrix.node-version }}
3028
uses: actions/setup-node@v4
@@ -39,7 +37,7 @@ jobs:
3937
run: pnpm test
4038

4139
- name: Upload coverage report
42-
if: matrix.node-version == '20.x'
40+
if: matrix.node-version == '22.x'
4341
uses: actions/upload-artifact@v4
4442
with:
4543
name: coverage-report

0 commit comments

Comments
 (0)