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 c4bc211 commit 3721601Copy full SHA for 3721601
1 file changed
.github/workflows/deno.yml
@@ -45,7 +45,7 @@ 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: deno cache npm:${{ matrix.vite-version }} --allow-scripts --node-modules-dir=auto
49
50
# - name: Install Playwright browsers
51
# run: deno run --allow-all npm:playwright install --with-deps
0 commit comments