Skip to content

Commit

Permalink
feat: drop node v12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aaneitchik authored May 17, 2022
1 parent 229f3fa commit b1289cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
uses: actions/[email protected]
with:
cache: 'npm'
node-version: 12
node-version: 16
- name: Install latest npm
run: npm install --global npm@latest
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v14
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ consume this package in your project.

Minimal requirements to set up the project:

- [Node.js](https://nodejs.org/en) v12, installation instructions can be found
- [Node.js](https://nodejs.org/en) v14, installation instructions can be found
on the official website, a recommended installation option is to use
[Node Version Manager](https:/creationix/nvm#readme). It can be
installed in a
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 @@ -38,7 +38,7 @@
"ts-node": "^10.7.0"
},
"engines": {
"node": "12 || >=14",
"node": ">=14",
"npm": ">=7"
},
"files": [
Expand Down

0 comments on commit b1289cc

Please sign in to comment.