Skip to content

Commit

Permalink
fix: npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 12, 2024
1 parent 1937ab6 commit df3f85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ permissions:
contents: read

env:
JSR_DEPENDENCIES: @cross/test @std/assert @frytg/logger
NPM_DEPENDENCIES: luxon sinon
JSR_DEPENDENCIES: "@cross/test @std/assert @frytg/logger"
NPM_DEPENDENCIES: "luxon sinon"

jobs:
test-on-deno-and-lint:
Expand Down

0 comments on commit df3f85c

Please sign in to comment.