Skip to content

Commit

Permalink
chore: pin node version
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanPB committed Feb 2, 2024
1 parent f81cfe5 commit 59d4fd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@nathanpb/jest-bench": "^0.1.6-1",
"@types/jest": "^27.0.1",
"@types/node": "^18.0.0",
"@types/node": "14.x",
"docsify-cli": "^4.4.3",
"jest": "^27.1.0",
"ts-jest": "^27.0.5",
Expand All @@ -31,5 +31,8 @@
"typedoc": "^0.23.1",
"typescript": "^4.4.4",
"yarn": "^1.22.17"
},
"engines": {
"node": ">= 14.0.0"
}
}
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -742,11 +742,16 @@
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"

"@types/node@*", "@types/node@^18.0.0":
"@types/node@*":
version "18.14.2"
resolved "https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1"
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==

"@types/node@14.x":
version "14.18.63"
resolved "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b"
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==

"@types/prettier@^2.1.5":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.3.tgz#a3c65525b91fca7da00ab1a3ac2b5a2a4afbffbf"
Expand Down

0 comments on commit 59d4fd3

Please sign in to comment.