Skip to content

Commit

Permalink
changed the version to a more current one
Browse files Browse the repository at this point in the history
  • Loading branch information
nekruz03 committed Jan 20, 2024
1 parent b95c3e1 commit 1ef0639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20.6'

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "commonjs",
"engines": {
"node": ">=16.17.0"
"node": ">=20.6.0"
},
"scripts": {
"lint": "eslint . && htmlhint **/*.html && prettier --write '**/*.css'",
Expand Down

0 comments on commit 1ef0639

Please sign in to comment.