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 951cc6c commit 971be67Copy full SHA for 971be67
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v2
24
25
- name: Setup Node
26
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v5
27
with:
28
node-version: '12.x'
29
@@ -103,7 +103,7 @@ jobs:
103
104
105
if: steps.pkg_version.outputs.publish == 1
106
- uses: actions/setup-node@v1
107
108
109
registry-url: 'https://registry.npmjs.org/'
.github/workflows/publish.yml
0 commit comments