We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c4730 commit 0dc5ff1Copy full SHA for 0dc5ff1
2 files changed
.github/actions/node-setup/action.yml
@@ -11,6 +11,7 @@ runs:
11
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
12
with:
13
node-version: ${{ inputs.node-version }}
14
+ package-manager-cache: false
15
16
- name: Install dependencies
17
shell: bash
.github/workflows/publish.yml
@@ -30,6 +30,7 @@ jobs:
30
31
32
node-version: 24
33
34
registry-url: https://registry.npmjs.org
35
36
- name: Publish to npm
0 commit comments