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.
1 parent 8c61334 commit 5a51de4Copy full SHA for 5a51de4
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node
27
uses: actions/setup-node@v3
28
with:
29
- node-version: '20.x'
+ node-version: '20.19.0'
30
31
- name: Cache dependencies
32
uses: actions/cache@v3
@@ -108,7 +108,7 @@ jobs:
108
if: steps.pkg_version.outputs.publish == 1
109
110
111
112
registry-url: 'https://registry.npmjs.org/'
113
114
.github/workflows/publish.yml
0 commit comments