Skip to content

Commit

Permalink
Chore: Bumped version for nodejs in CI for lint
Browse files Browse the repository at this point in the history
As required per typescript-eslint. Tests should still work on v14 tho
  • Loading branch information
timocov committed Aug 28, 2023
1 parent 4be457a commit 93f5c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- run: npm install
- run: npm run lint

Expand Down

0 comments on commit 93f5c79

Please sign in to comment.