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 c99b305 commit 9f003e1Copy full SHA for 9f003e1
1 file changed
.github/workflows/test.yml
@@ -10,15 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- include:
14
- - node: '22.21.1'
15
- optional: false
16
- - node: '24'
17
18
- - node: '26'
19
- optional: true
20
- continue-on-error: ${{ matrix.optional }}
21
- name: Node ${{ matrix.node }}${{ matrix.optional && ' (optional)' || '' }}
+ node: ['22.21.1', '24']
+ name: Node ${{ matrix.node }}
22
steps:
23
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6
0 commit comments