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 344bfea commit 8319aedCopy full SHA for 8319aed
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
12
- - uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3
+ - uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
13
with:
14
node-version: 16
15
cache: npm
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
16
17
18
0 commit comments