Skip to content

Commit

Permalink
build: fix yarn install error (#1497)
Browse files Browse the repository at this point in the history
* build: fix yarn install error

* chore: version check
  • Loading branch information
iosh authored Dec 27, 2024
1 parent af6e55c commit f6d2273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
key: ${{ runner.os }}-yarn-and-maven-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('./shadow-cljs.edn') }}-${{ hashFiles('./deps.edn') }}
restore-keys: |
${{ runner.os }}-yarn-and-maven-
- run: yarn install --immutable
- run: yarn install --immutable --no-check-resolutions
- run: yarn version apply --all || true
- run: rm -rf .yarn/versions || true
- env:
Expand Down
2 changes: 2 additions & 0 deletions .yarn/versions/bea555df.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- helios

0 comments on commit f6d2273

Please sign in to comment.