Skip to content

Commit bf2fd34

Browse files
committed
ci: update
1 parent 91d0552 commit bf2fd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: test
3333
run: |
34-
if [ "${{ matrix.node }}" == "22" ] || ["${{ matrix.node }}" == "24"]; then
34+
if [ "${{ matrix.node }}" == "22" ] || [ "${{ matrix.node }}" == "24" ]; then
3535
npm run test:node22
3636
else
3737
npm test

0 commit comments

Comments
 (0)