Skip to content

Commit bdf7782

Browse files
authored
Update lint.yml to use Node.js v20
1 parent 5673c84 commit bdf7782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: 'Setup Node'
1414
uses: 'actions/setup-node@v3'
1515
with:
16-
node-version: 18
16+
node-version: 20
1717
- name: 'Install Node modules'
1818
run: 'npm ci'
1919
- name: 'Run lint'
20-
run: 'npm run lint'
20+
run: 'npm run lint'

0 commit comments

Comments
 (0)