Skip to content

Commit dcc0f68

Browse files
committed
Update yarn command
1 parent 1071750 commit dcc0f68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 22
2121

2222
- name: Install
23-
run: yarn --immutable --ignore-engines
23+
run: yarn --frozen-lockfile
2424

2525
- name: Check Code Format
2626
run: yarn format:check
@@ -82,7 +82,7 @@ jobs:
8282
cat .github/workflows/ci/docker-entrypoint-initdb.d/010-setup.sh | docker exec -i postgres bash
8383
8484
- name: Install
85-
run: yarn --immutable --ignore-engines
85+
run: yarn --frozen-lockfile
8686

8787
- name: Test
8888
run: yarn test

0 commit comments

Comments
 (0)