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 e577823 commit 3aa153a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
node-version: ${{ matrix.node-version }}

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

- name: Run tests
run: npx --yes tsx --test **/*.test.ts && \
Expand Down

0 comments on commit 3aa153a

Please sign in to comment.