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 7533def commit 61e7216Copy full SHA for 61e7216
.github/workflows/bump.yml
@@ -21,7 +21,7 @@ jobs:
21
run: cat ./package.json
22
23
- name: Setup Node.JS
24
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
25
with:
26
cache: npm
27
.github/workflows/npm-publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04
10
steps:
11
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
- - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
13
14
15
registry-url: https://registry.npmjs.org/
0 commit comments