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 rdeavila94 committed Jan 3, 2024
1 parent 183ad4c commit 6640dd3
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 6640dd3

Please sign in to comment.