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 1071750 commit dcc0f68Copy full SHA for dcc0f68
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 22
21
22
- name: Install
23
- run: yarn --immutable --ignore-engines
+ run: yarn --frozen-lockfile
24
25
- name: Check Code Format
26
run: yarn format:check
@@ -82,7 +82,7 @@ jobs:
82
cat .github/workflows/ci/docker-entrypoint-initdb.d/010-setup.sh | docker exec -i postgres bash
83
84
85
86
87
- name: Test
88
run: yarn test
0 commit comments