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 58f4c7d commit 940f9cdCopy full SHA for 940f9cd
actions/setup_environment/action.yaml
@@ -36,7 +36,7 @@ runs:
36
run: go install cuelang.org/go/cmd/cue@${{ inputs.cue_version }}
37
shell: bash
38
- name: Install nodejs
39
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
40
if: inputs.enable_npm == 'true'
41
with:
42
node-version-file: ${{ inputs.nvmrc_path }}
0 commit comments