We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fba10 commit 6157982Copy full SHA for 6157982
1 file changed
.github/workflows/test.yml
@@ -8,8 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node: [20, 22]
12
- pnpm: [8, 9]
+ node: [20, 22, 24]
+ pnpm: [8, 9, 10]
13
steps:
14
- uses: actions/checkout@v5
15
- uses: ./
0 commit comments