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 1f70696 commit 92e9214Copy full SHA for 92e9214
.github/actions/build-node-python/action.yml
@@ -104,12 +104,11 @@ runs:
104
if: inputs.enable_node == 'true' && inputs.node_version == ''
105
id: get-node-version
106
- name: Set up node version
107
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v4
108
if: inputs.enable_node == 'true'
109
with:
110
node-version: ${{ inputs.node_version || fromJson(steps.get-node-version.outputs.node_version) }}
111
registry-url: ${{ inputs.npm_registry || 'https://registry.npmjs.org/' }}
112
- package-manager-cache: false
113
- name: Show node and npm version
114
115
run: |
0 commit comments