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 c40015d commit defeaf4Copy full SHA for defeaf4
.github/workflows/publish-on-tag.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v5
17
- name: Set up Node.js
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
19
with:
20
node-version-file: '.nvmrc'
21
registry-url: 'https://registry.npmjs.org'
.github/workflows/update.yml
@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
22
- uses: actions/setup-node@v5
23
24
25
0 commit comments