Skip to content

Commit

Permalink
fix: lint crashing on wrong node version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamtran10 committed Oct 14, 2023
1 parent df61136 commit e66f9e7
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 @@ -39,7 +39,7 @@ jobs:
if: steps.changes.outputs.frontend == 'true' || steps.changes.outputs.typescript-backend == 'true'
uses: actions/setup-node@v2
with:
node-version: "14.15.5"
node-version: "18.16.0"
cache: "yarn"
cache-dependency-path: |
frontend/yarn.lock
Expand Down

0 comments on commit e66f9e7

Please sign in to comment.