Skip to content

Commit

Permalink
Update Node version in GitHub workflow
Browse files Browse the repository at this point in the history
Since we now have a `.node-version`, this is updated to be in sync
  • Loading branch information
yndajas committed Dec 20, 2023
1 parent 15c7907 commit ff01cf7
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v4
name: Set up Node.js
with:
node-version: 18.13.0
node-version: 20.10.0
- run: |
npm ci
npm run lint

0 comments on commit ff01cf7

Please sign in to comment.