Skip to content

Commit f6d2273

Browse files
authored
build: fix yarn install error (#1497)
* build: fix yarn install error * chore: version check
1 parent af6e55c commit f6d2273

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-npm-package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
key: ${{ runner.os }}-yarn-and-maven-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('./shadow-cljs.edn') }}-${{ hashFiles('./deps.edn') }}
5959
restore-keys: |
6060
${{ runner.os }}-yarn-and-maven-
61-
- run: yarn install --immutable
61+
- run: yarn install --immutable --no-check-resolutions
6262
- run: yarn version apply --all || true
6363
- run: rm -rf .yarn/versions || true
6464
- env:

.yarn/versions/bea555df.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
declined:
2+
- helios

0 commit comments

Comments
 (0)