We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a7acc commit 5c87588Copy full SHA for 5c87588
5 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: '10.24.1'
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'
+ node-version: '12.22.12'
110
registry-url: 'https://registry.npmjs.org/'
111
112
.github/workflows/publish.yml
0 commit comments