Skip to content

Commit 294bab0

Browse files
committed
fix
1 parent b1b150b commit 294bab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
cache: 'yarn'
35-
- run: yarn --immutable --immutable-cache
35+
- run: yarn --immutable
3636
- run: yarn build
3737
- name: Require clean working directory
3838
shell: bash
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: ${{ matrix.node-version }}
5959
cache: 'yarn'
60-
- run: yarn --immutable --immutable-cache
60+
- run: yarn --immutable
6161
- run: yarn lint
6262
- name: Validate RC changelog
6363
if: ${{ startsWith(github.head_ref, 'release/') }}
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
node-version: ${{ matrix.node-version }}
9090
cache: 'yarn'
91-
- run: yarn --immutable --immutable-cache
91+
- run: yarn --immutable
9292
- run: yarn test
9393
- name: Require clean working directory
9494
shell: bash

0 commit comments

Comments
 (0)