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 de45afc commit 1fc81b8Copy full SHA for 1fc81b8
.github/workflows/release.yml
@@ -8,8 +8,8 @@ jobs:
8
name: release
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
+ - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
13
with:
14
node-version: 16
15
cache: npm
.github/workflows/test.yml
@@ -11,8 +11,8 @@ jobs:
test:
16
17
18
0 commit comments