We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c3983 commit 07a2386Copy full SHA for 07a2386
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
# Setup .npmrc file to publish to npm
17
- name: Enable corepack
18
run: corepack enable
19
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
20
with:
21
node-version-file: ".nvmrc"
22
cache: "yarn"
0 commit comments