Skip to content

Commit 26f7e9e

Browse files
Merge pull request #764 from remarkablemark/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2 parents 88dd67b + f57dc6d commit 26f7e9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ref: ${{ github.head_ref }}
1616

1717
- name: Use Node.js
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@v6
1919
with:
2020
cache: npm
2121
node-version-file: .nvmrc

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Use Node.js
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@v6
1919
with:
2020
cache: npm
2121
node-version-file: .nvmrc

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v5
1414

1515
- name: Use Node.js
16-
uses: actions/setup-node@v5
16+
uses: actions/setup-node@v6
1717
with:
1818
cache: npm
1919
node-version-file: .nvmrc

0 commit comments

Comments
 (0)