Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 54c537f

Browse files
committed
ci: cache-bust yarn
1 parent f33b952 commit 54c537f

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
@@ -15,7 +15,7 @@ jobs:
1515
node-version-file: '.nvmrc'
1616
cache: 'yarn'
1717
- name: Install Yarn dependencies
18-
run: yarn --immutable
18+
run: yarn --frozen-lockfile
1919

2020
build:
2121
name: Build
@@ -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 install --frozen-lockfile
3636
- run: yarn build
3737
- name: Require clean working directory
3838
shell: bash
@@ -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 install --immutable --no-cache
9292
- run: yarn test
9393
- name: Require clean working directory
9494
shell: bash

0 commit comments

Comments
 (0)