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.
2 parents aed35de + 8aa3eda commit cbf0ce2Copy full SHA for cbf0ce2
.github/workflows/sample-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
23
- name: Setup Node.js # Setup .npmrc file to publish to npm
24
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
25
with:
26
node-version: '20.x'
27
registry-url: 'https://registry.npmjs.org'
0 commit comments