Skip to content

Commit

Permalink
fix(ci/node): install @crayon/crayon
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Jun 28, 2024
1 parent 38d532e commit 8d3724d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: npx jsr add @cross/test @std/assert
# TODO: Update crayon version after stable release
- run: npx jsr add @crayon/crayon@4.0.0-alpha.2 @cross/test @std/assert
- run: 'echo ''{ "type": "module" }'' > package.json' # Needed for tsx to work
- run: npx --yes tsx --test *.test.ts

0 comments on commit 8d3724d

Please sign in to comment.