Skip to content

Commit 3721601

Browse files
committed
ci: update deno cache argument
1 parent c4bc211 commit 3721601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
4646

4747
- name: Install Vite
48-
run: deno cache npm:${{ matrix.vite-version }} --allow-scripts --node-modules-dir auto
48+
run: deno cache npm:${{ matrix.vite-version }} --allow-scripts --node-modules-dir=auto
4949

5050
# - name: Install Playwright browsers
5151
# run: deno run --allow-all npm:playwright install --with-deps

0 commit comments

Comments
 (0)