Skip to content

Commit 289cc1c

Browse files
committed
fix ci
1 parent 752c135 commit 289cc1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
deno-version: v2.x
3131
- name: Install Dependencies
32-
run: deno install --locked
32+
run: deno install --frozen
3333
- name: Build
3434
run: deno task build
3535
- name: Setup Pages

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
deno-version: v2.x
1717
- name: Install Dependencies
18-
run: deno install --locked
18+
run: deno install --frozen
1919
- name: Build Dictionary
2020
run: deno task build-dictionary
2121
- name: Check formatting

0 commit comments

Comments
 (0)