Skip to content

Commit 6157982

Browse files
committed
chore: change default node version to 24
1 parent 91fba10 commit 6157982

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: [20, 22]
12-
pnpm: [8, 9]
11+
node: [20, 22, 24]
12+
pnpm: [8, 9, 10]
1313
steps:
1414
- uses: actions/checkout@v5
1515
- uses: ./

0 commit comments

Comments
 (0)