Skip to content

Commit 4e93663

Browse files
committed
Fix test run on node < 20
1 parent 1b81a3c commit 4e93663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
case "${{ matrix.node }}" in "20"|"22"|"24")
3535
npm test
3636
;;*)
37-
npm test:node-lt-20
37+
npm run test:node-lt-20
3838
;;
3939
esac

0 commit comments

Comments
 (0)