Skip to content

Commit

Permalink
BREAKING: Bump minimum Node version to 16 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed May 9, 2023
1 parent c2131cc commit f488bbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v16
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Their branch prefix defaults are the same within major versions.

### Setup

- Install [Node.js](https://nodejs.org) version 12
- Install [Node.js](https://nodejs.org) version 16
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
- Install [Yarn v1](https://yarnpkg.com/en/docs/install)
- Run `yarn setup` to install dependencies and run any requried post-install scripts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"main": "lib/index.js",
"engines": {
"node": ">=12.10.0"
"node": ">=16.0.0"
},
"scripts": {
"setup": "yarn install && yarn setup:postinstall",
Expand Down

0 comments on commit f488bbc

Please sign in to comment.