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 b924937 commit ac16ae2Copy full SHA for ac16ae2
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@v4
+ uses: actions/setup-node@v5
40
if: inputs.enable_npm == 'true'
41
with:
42
node-version-file: ${{ inputs.nvmrc_path }}
0 commit comments