Skip to content

Commit

Permalink
yarn: remove immutable cache flag
Browse files Browse the repository at this point in the history
  • Loading branch information
giannif committed Oct 17, 2023
1 parent 721fb02 commit 27f26d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16.x
cache: 'yarn'
- run: yarn install --immutable --immutable-cache
- run: yarn install --immutable
- name: Build
run: yarn run build
- name: Lint and Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 16.x
cache: 'yarn'

- run: yarn install --immutable --immutable-cache
- run: yarn install --immutable
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 27f26d2

Please sign in to comment.