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 edb86c2 commit 6698c2fCopy full SHA for 6698c2f
.github/actions/setup-node-pnpm/action.yml
@@ -9,6 +9,7 @@ runs:
9
with:
10
node-version: "lts/*"
11
registry-url: "https://registry.npmjs.org"
12
+ package-manager-cache: false
13
# see pnpm cache setting below
14
env:
15
GITHUB_TOKEN: ${{ github.token }}
0 commit comments