We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5ae60 commit 419f11dCopy full SHA for 419f11d
1 file changed
.github/workflows/jsr.yml
@@ -30,6 +30,6 @@ jobs:
30
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
31
32
- run: |
33
- deno install --pnpm
+ deno install --no-lock --npm
34
deno publish --dry-run
35
deno publish
0 commit comments