Skip to content

Commit 3573194

Browse files
Merge pull request #957 from remarkablemark/dependabot/github_actions/actions/setup-node-7
feat: bump actions/setup-node from 6 to 7
2 parents b5956e3 + c950183 commit 3573194

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
18+
uses: actions/setup-node@v7
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@v6
18+
uses: actions/setup-node@v7
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@v7
1414

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

0 commit comments

Comments
 (0)