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