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 a39b4f0 + 9c1c3eb commit 772b37bCopy full SHA for 772b37b
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
# is enabled, uncomment the next line.
22
persist-credentials: false
23
- name: Setup Node.js
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
with:
26
node-version-file: .node-version
27
cache: npm
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
14
fetch-depth: 0
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
17
18
0 commit comments