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 29479f0 commit 9dc5e61Copy full SHA for 9dc5e61
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node
26
uses: actions/setup-node@v2
27
with:
28
- node-version: '20.19.4'
+ node-version: '20.19.5'
29
30
- name: Cache dependencies
31
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
@@ -26,7 +26,7 @@ jobs:
32
0 commit comments