Skip to content

Commit f9fa9be

Browse files
committed
chore(ci): node version
1 parent 015fcb7 commit f9fa9be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
ref: ${{github.event.pull_request.head.ref}}
2424
fetch-depth: 0
2525

2626
- name: Setup Node 🔧
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
29-
node-version: "20"
29+
node-version: "24"
3030
cache: "npm"
3131

3232
- name: Install Dependencies 🔧

0 commit comments

Comments
 (0)