Skip to content

Commit ef85010

Browse files
Specify compatible Node.js versions in package.json engines field (#25) (#26)
1 parent b8540e0 commit ef85010

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest",
55
"main": "init.js",
66
"license": "MIT",
7+
"engines": {
8+
"node": ">=18.0.0"
9+
},
710
"repository": {
811
"type": "git",
912
"url": "git+https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli.git"

0 commit comments

Comments
 (0)