Skip to content

Commit

Permalink
chore(ci): use node 20 in lint workflow (#4359)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Dec 12, 2023
1 parent 237c757 commit 6be10fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: '16'
node-version: '20'

- name: Lint changelog file
uses: avto-dev/markdown-lint@v1
Expand Down

0 comments on commit 6be10fb

Please sign in to comment.