We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c859233 commit e7532a6Copy full SHA for e7532a6
2 files changed
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node
26
uses: actions/setup-node@v2
27
with:
28
- node-version: '10.x'
+ node-version: '14.x'
29
30
- name: Cache dependencies
31
uses: actions/cache@v2
@@ -106,7 +106,7 @@ jobs:
106
if: steps.pkg_version.outputs.publish == 1
107
108
109
- node-version: '12.x'
110
registry-url: 'https://registry.npmjs.org/'
111
112
.github/workflows/publish.yml
0 commit comments