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 f75c7b8 commit 9b64c12Copy full SHA for 9b64c12
.github/workflows/notify.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
13
with:
14
node-version: 16
15
- run: |
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
persist-credentials: false
19
token: ${{secrets.gh_token}}
20
21
22
23
registry-url: 'https://registry.npmjs.org'
0 commit comments