Skip to content

Commit

Permalink
changed the minimum required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Dec 27, 2022
1 parent 8b81929 commit 3eefd8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ This project uses ESLint. All the requisite files can be linted using `npm run l

### Miscellaneous

This project also includes an `.nvmrc`. This is to tell [`nvm`](https://github.com/creationix/nvm) what version of Node.js to use for this project. It is set to v16 which is the current release. However, we run tests on node LTS versions 10, 12, and 14 as well.
This project also includes an `.nvmrc`. This is to tell [`nvm`](https://github.com/creationix/nvm) what version of Node.js to use for this project. It is set to v19 which is the current release. However, we run tests on node LTS versions 14, 16, and 18 as well.

## Resources

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-cli": "~5.0.0"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"lint-staged": {
"*.{js,json,css,md}": [
Expand Down

0 comments on commit 3eefd8a

Please sign in to comment.