We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc85ee commit 0d53359Copy full SHA for 0d53359
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: 20.x
28
cache: 'yarn'
29
- name: Install
30
- run: yarn install --frozen-lockfile
+ run: yarn install --immutable
31
- uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
32
timeout-minutes: 60
33
with:
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
node-version: "${{ matrix.node-version }}"
34
35
36
37
- name: Prettier
38
run: yarn prettier:check
39
- name: Build
0 commit comments