Skip to content

Commit

Permalink
Merge pull request #1255 from dxw/set-node-version
Browse files Browse the repository at this point in the history
Set Node version
  • Loading branch information
yndajas authored Jan 3, 2024
2 parents a4c6da7 + e5a8b2d commit 5f573f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.10.0

0 comments on commit 5f573f0

Please sign in to comment.