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 dd1f7a1 commit cba4249Copy full SHA for cba4249
1 file changed
.github/workflows/deno.yml
@@ -45,7 +45,11 @@ jobs:
45
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
46
47
- name: Install Vite
48
- run: deno cache npm:${{ matrix.vite-version }} --allow-scripts --node-modules-dir=auto
+ run: |
49
+ deno cache npm:${{ matrix.vite-version }} \
50
+ --allow-scripts \
51
+ --no-lock \
52
+ --node-modules-dir=auto
53
54
# - name: Install Playwright browsers
55
# run: deno run --allow-all npm:playwright install --with-deps
0 commit comments