Skip to content

Commit 1db0c3c

Browse files
committed
chore: update
1 parent f437aea commit 1db0c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
if [ "${{ matrix.node }}" == "22" ]; then
3535
npm run test:node22
3636
else
37-
npm run test
37+
npm test
38+
fi

0 commit comments

Comments
 (0)