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 9312498 commit 675d46dCopy full SHA for 675d46d
.github/workflows/build-dist-and-push.yml
@@ -22,7 +22,7 @@ jobs:
22
token: ${{ steps.generate_token.outputs.token }}
23
24
- name: Set Node.js 16.x
25
- uses: actions/setup-node@v2.5.1
+ uses: actions/setup-node@v3.5.0
26
with:
27
node-version: 16.x
28
.github/workflows/check-dist.yml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
29
0 commit comments