Skip to content

Commit

Permalink
fix(ci): env prep command
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Jun 29, 2024
1 parent 6fd5a8c commit ab61d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Prepare environment
run: |
echo '{ "type": "module" }' > package.json \
echo '{ "type": "module" }' > package.json && \
npx jsr add @beast/compat @std/assert
- name: Run tests
Expand Down

0 comments on commit ab61d85

Please sign in to comment.