Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: specify node and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
batrdn committed Feb 29, 2024
1 parent dbab083 commit c8fa297
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@mocking-bird/core",
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=18.*",
"npm": ">=9.*"
},
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "nx test @mocking-bird/core"
Expand Down
4 changes: 4 additions & 0 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@mocking-bird/mongoose",
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=18.*",
"npm": ">=9.*"
},
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "nx test @mocking-bird/mongoose"
Expand Down

0 comments on commit c8fa297

Please sign in to comment.