Skip to content

Commit 13ab970

Browse files
Merge pull request #9 from DoctorLai/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents a1f8b98 + f5b262d commit 13ab970

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v7
2828

2929
- name: Set up Node.js
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version-file: .nvmrc
3333
cache: npm

.github/workflows/language-badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v7
2424

2525
- name: Set up Node.js
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version-file: .nvmrc
2929
cache: npm

0 commit comments

Comments
 (0)