Skip to content

Commit cba4249

Browse files
committed
ci: break up deno cache across multiple lines
1 parent dd1f7a1 commit cba4249

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deno.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ 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: |
49+
deno cache npm:${{ matrix.vite-version }} \
50+
--allow-scripts \
51+
--no-lock \
52+
--node-modules-dir=auto
4953
5054
# - name: Install Playwright browsers
5155
# run: deno run --allow-all npm:playwright install --with-deps

0 commit comments

Comments
 (0)