Skip to content

Commit

Permalink
Update node version in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Feb 7, 2025
1 parent c5b097a commit bd9080c
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 @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- run: npm install
- run: npm run lint

0 comments on commit bd9080c

Please sign in to comment.