We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2361f14 commit a9e399bCopy full SHA for a9e399b
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node
27
uses: actions/setup-node@v3
28
with:
29
- node-version: '18.x'
+ node-version: '18.20.8'
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