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.
2 parents e32f537 + 20cd527 commit 63b9342Copy full SHA for 63b9342
.github/workflows/nextron.yml
@@ -20,7 +20,7 @@ jobs:
20
ref: ${{ github.event.pull_request.head.sha || github.ref }}
21
22
- name: Set Node.js 18.x
23
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
24
with:
25
node-version: 18.x
26
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
persist-credentials: false
16
17
- name: Setup Node.js
18
19
0 commit comments