We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2ce27 commit ac34a61Copy full SHA for ac34a61
2 files changed
.github/actions/setup/action.yml
@@ -20,14 +20,14 @@ runs:
20
using: composite
21
steps:
22
- name: Setup Node.js
23
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
24
if: inputs.install_dependencies == 'true'
25
with:
26
cache: npm
27
node-version: ${{ inputs.node_version }}
28
registry-url: ${{ inputs.registry_url }}
29
- name: Setup Node.js without cache
30
31
if: inputs.install_dependencies == 'false'
32
33
.github/workflows/_publish.yml
@@ -28,6 +28,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
+ node_version: '24'
install_dependencies: 'false'
- name: Download artifact
34
uses: actions/download-artifact@v6
0 commit comments