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