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 e4d1073 commit db6e91aCopy full SHA for db6e91a
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v5
25
26
- name: Setup Node
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
28
with:
29
node-version: '20.19.5'
30
@@ -106,7 +106,7 @@ jobs:
106
107
108
if: steps.pkg_version.outputs.publish == 1
109
110
111
112
registry-url: 'https://registry.npmjs.org/'
.github/workflows/publish.yml
node-version: '18.20.8'
0 commit comments