Skip to content

Commit 4c35d6c

Browse files
authored
Merge pull request #394 from ma10/release-wf-node-ver-20250826
Use node v20 for linting.
2 parents 25066cf + 16d18e8 commit 4c35d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '18.x'
19+
node-version: '20.x'
2020

2121
- name: Install node modules
2222
run: npm install

0 commit comments

Comments
 (0)