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 46131ce commit 58f4c7dCopy full SHA for 58f4c7d
actions/setup_environment/action.yaml
@@ -42,7 +42,7 @@ runs:
42
node-version-file: ${{ inputs.nvmrc_path }}
43
registry-url: "https://registry.npmjs.org"
44
- name: Cache npm
45
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
46
if: inputs.enable_npm == 'true'
47
with:
48
path: ~/.npm
0 commit comments