We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a2070 commit 669993fCopy full SHA for 669993f
.github/actions/setup-node-env/action.yml
@@ -2,10 +2,6 @@ name: 'Setup Node Environment'
2
description: 'Setup Node.js, cache dependencies, and install global tools'
3
4
inputs:
5
- node-version:
6
- description: 'Node.js version'
7
- required: false
8
- default: '22.x'
9
registry-url:
10
description: 'NPM registry URL'
11
required: false
@@ -30,7 +26,6 @@ runs:
30
26
- name: Setup Node.js
31
27
uses: actions/setup-node@v5
32
28
with:
33
- node-version: ${{ inputs.node-version }}
34
29
registry-url: ${{ inputs.registry-url }}
35
36
- name: Setup global dependencies
0 commit comments