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 91d0552 commit bf2fd34Copy full SHA for bf2fd34
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: test
33
run: |
34
- if [ "${{ matrix.node }}" == "22" ] || ["${{ matrix.node }}" == "24"]; then
+ if [ "${{ matrix.node }}" == "22" ] || [ "${{ matrix.node }}" == "24" ]; then
35
npm run test:node22
36
else
37
npm test
0 commit comments