We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec99f5 commit 6de4928Copy full SHA for 6de4928
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
~/AppData/Local/pnpm/store/
42
key: "cache-OS:${{ matrix.os }}-Node:${{ matrix.node }}-${{ matrix.pnpm }}-${{ hashFiles('./.npmrc') }}-${{ hashFiles('./package.json') }}"
43
restore-keys: |
44
- "cache-OS:${{ matrix.os }}-Node:${{ matrix.node }}-${{ matrix.pnpm }}"
+ "cache-OS:${{ matrix.os }}-Node:${{ matrix.node }}-${{ matrix.pnpm }}-"
45
46
- uses: actions/setup-node@v3
47
with:
.npmrc
@@ -2,4 +2,5 @@ public-hoist-pattern[]=*
2
package-lock=false
3
lockfile=true
4
prefer-frozen-lockfile=true
5
-strict-peer-dependencies=false
+strict-peer-dependencies=false
6
+side-effects-cache=true
0 commit comments