Skip to content

Commit dcb81ea

Browse files
committed
Add docs and force node version with fnm and nvm
1 parent f9ebe45 commit dcb81ea

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ A template of a monorepo to create a react application.
3333
- [x] Auto update typescript project references([Update-ts-references](https://github.com/eBayClassifiedsGroup/update-ts-references))
3434
- [x] Generator to create packages in the monorepo ([Hygen](https://github.com/jondot/hygen))
3535
- [x] Graphql schema validation and type checking ([eslint-plugin-graphql](https://github.com/apollostack/eslint-plugin-graphql)) and ([apollo-tooling](https://github.com/apollographql/apollo-tooling))
36+
- [x] Automatic create PRs to upgrade versions ([renovatebot])
37+
- [x] Automatic use correct node version ([.nvmrc])
3638
- [ ] Automatic create and validate the graphql schema on pipeline
3739
- [ ] Jest shared configs easily
3840
- [ ] Jest with recommend rules for react/node projects

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"workspaces": [
66
"packages/*"
77
],
8+
"engines": {
9+
"node": "=14"
10+
},
811
"resolutions": {
912
"@types/react": "17.0.52",
1013
"@types/react-dom": "17.0.18"

0 commit comments

Comments
 (0)