Skip to content

Commit

Permalink
ci: CI on both Node 22 and Deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk committed Nov 21, 2024
1 parent ecf0015 commit ac9c23c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
contents: read # Needed to clone the repository

env:
DENO_DIR: '.deno'
# just out of convenience (e.g. Vitest ignoring this pattern by default)
DENO_DIR: 'node_modules'

steps:
- name: 'Clone repository'
Expand Down

0 comments on commit ac9c23c

Please sign in to comment.