Skip to content

Commit 6be10fb

Browse files
authored
chore(ci): use node 20 in lint workflow (#4359)
1 parent 237c757 commit 6be10fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: 'npm'
2020
cache-dependency-path: |
2121
package-lock.json
22-
node-version: '16'
22+
node-version: '20'
2323

2424
- name: Lint changelog file
2525
uses: avto-dev/markdown-lint@v1

0 commit comments

Comments
 (0)