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 7c3cfb7 commit c4fd783Copy full SHA for c4fd783
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
persist-credentials: false
24
25
- name: Use Node.js LTS
26
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
27
with:
28
node-version: 'lts/*'
29
cache: npm
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
30
31
- name: Use Node.js ${{ matrix.node-version }}
32
33
34
node-version: ${{ matrix.node-version }}
35
0 commit comments