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 60116d1 commit e7acce9Copy full SHA for e7acce9
.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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
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