We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819844a commit 04aeca8Copy full SHA for 04aeca8
.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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
42
with:
43
registry-url: ${{ inputs.node-registry-url }}
44
node-version: ${{ inputs.node-version }}
0 commit comments