Skip to content

Commit 257830f

Browse files
committed
ci: update node matrix to 18-24, sync pnpm to v10
1 parent ccc84c0 commit 257830f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x, 18.x, 19.x, 20.x]
16+
node-version: [18.x, 20.x, 22.x, 24.x]
1717

1818
steps:
1919
- name: Checkout
@@ -25,9 +25,9 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626

2727
- name: Install pnpm
28-
uses: pnpm/action-setup@v2
28+
uses: pnpm/action-setup@v4
2929
with:
30-
version: 8
30+
version: 10
3131

3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)