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 819844a commit 703910aCopy full SHA for 703910a
.github/actions/setup-project/action.yaml
@@ -38,7 +38,7 @@ runs:
38
using: composite
39
steps:
40
- name: Setup Node.js
41
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
+ uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
42
with:
43
registry-url: ${{ inputs.node-registry-url }}
44
node-version: ${{ inputs.node-version }}
0 commit comments