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 c2626f0 commit 344bfeaCopy full SHA for 344bfea
.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@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
+ - uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # 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