Skip to content

Commit 456aa17

Browse files
committed
Fix node tests
1 parent cbc54c8 commit 456aa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- run: npx jsr add @cross/test @std/assert
2121
- run: "echo '{ \"type\": \"module\" }' > package.json" # Needed for tsx to work
22-
- run: npx tsx --test
22+
- run: npx --yes tsx --test

0 commit comments

Comments
 (0)