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.
actions/setup-node
1 parent 1d04638 commit bf47554Copy full SHA for bf47554
1 file changed
.github/setup/action.yml
@@ -9,6 +9,7 @@ runs:
9
uses: actions/setup-node@v5.0.0
10
with:
11
node-version-file: .nvmrc
12
+ package-manager-cache: false
13
- name: Get pnpm store directory
14
shell: bash
15
run: |
0 commit comments