Skip to content

Commit 7ad7a7c

Browse files
committed
Setup Node version in lint workflow
1 parent 0e92fbb commit 7ad7a7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
persist-credentials: false
21+
- name: Setup Node.js
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: 24
2125
- name: Install modules
2226
run: npm install
2327
- name: Run ESLint

0 commit comments

Comments
 (0)