Skip to content

Commit e8dfb14

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 2d16ade commit e8dfb14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Node.js
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: 'lts/*'
2828
cache: 'npm'

.github/workflows/validate-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@v6
1313
with:
1414
node-version: 'lts/*'
1515
cache: npm

0 commit comments

Comments
 (0)