We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc54c8 commit 456aa17Copy full SHA for 456aa17
.github/workflows/node.yml
@@ -19,4 +19,4 @@ jobs:
19
- uses: actions/checkout@v3
20
- run: npx jsr add @cross/test @std/assert
21
- run: "echo '{ \"type\": \"module\" }' > package.json" # Needed for tsx to work
22
- - run: npx tsx --test
+ - run: npx --yes tsx --test
0 commit comments