Skip to content

Commit

Permalink
chore(ci): use node 20 in lint workflow (open-telemetry#4359)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored and Zirak committed Sep 14, 2024
1 parent e1a17bc commit 744d12b
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 744d12b

Please sign in to comment.