Skip to content

Commit

Permalink
chore: change minimum Node version to 10.16 for dev [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Mar 30, 2021
1 parent a284166 commit f4a3308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Note for Windows: Use the latest version of [Git Bash](https://gitforwindows.org

## General Prerequisites

1. Node.js `>=10.13` minimum, [latest LTS is recommended](https://nodejs.org/en/about/releases/)
1. Node.js `>=10.16` minimum, [latest LTS is recommended](https://nodejs.org/en/about/releases/)
1. Install [`yarn@1`](https://classic.yarnpkg.com/en/docs/install/) (for building a "pack" version of the client)
1. Install [`pnpm@5.15.1`](https://pnpm.js.org/) (for installing npm dependencies)
1. Install [`docker`](https://www.docker.com/products/docker-desktop) (for managing test databases)
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"engines": {
"node": ">=10.13"
"node": ">=10.16"
},
"devDependencies": {
"@sindresorhus/slugify": "1.1.0",
Expand Down

0 comments on commit f4a3308

Please sign in to comment.