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