chore: add engines to package json

This commit is contained in:
Mauricio Siu
2024-05-01 01:09:28 -06:00
parent 0e63eb77c0
commit 9f2b5a9728
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
.pnp.js
/redis-data
traefik.yml
.docker
# testing
/coverage

View File

@@ -129,6 +129,7 @@
"initVersion": "7.25.2"
},
"engines": {
"node": "18.x"
}
"node": "^18.18.0",
"pnpm": "^8.15.4"
}
}