We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327cb96 commit fcc2f7eCopy full SHA for fcc2f7e
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Setup Node
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
28
with:
29
node-version: '18.20.8'
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
0 commit comments