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 6510c77 commit e48f6dbCopy full SHA for e48f6db
1 file changed
.github/actions/setup/action.yaml
@@ -9,7 +9,7 @@ runs:
9
using: "composite"
10
steps:
11
- name: Use Node.js ${{ inputs.node-version }}
12
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
13
with:
14
registry-url: "https://registry.npmjs.org"
15
node-version: ${{ inputs.node-version }}
0 commit comments