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 0c84f2c + e8dfb14 commit f6842d9Copy full SHA for f6842d9
2 files changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 0
24
- name: Setup Node.js
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
27
node-version: 'lts/*'
28
cache: 'npm'
.github/workflows/validate-commit.yaml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v6
10
11
12
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
13
14
15
cache: npm
0 commit comments