Skip to content

Commit 737bcea

Browse files
committed
ci: align deno install flags
1 parent a24f828 commit 737bcea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/jsr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
3131

3232
- run: |
33-
deno install --no-lock --npm
33+
deno install
34+
--allow-scripts \
35+
--no-lock \
36+
--node-modules-dir=auto
3437
deno publish --dry-run
3538
deno publish

0 commit comments

Comments
 (0)