We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6e55c commit f6d2273Copy full SHA for f6d2273
.github/workflows/publish-npm-package.yaml
@@ -58,7 +58,7 @@ jobs:
58
key: ${{ runner.os }}-yarn-and-maven-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('./shadow-cljs.edn') }}-${{ hashFiles('./deps.edn') }}
59
restore-keys: |
60
${{ runner.os }}-yarn-and-maven-
61
- - run: yarn install --immutable
+ - run: yarn install --immutable --no-check-resolutions
62
- run: yarn version apply --all || true
63
- run: rm -rf .yarn/versions || true
64
- env:
.yarn/versions/bea555df.yml
@@ -0,0 +1,2 @@
1
+declined:
2
+ - helios
0 commit comments