diff --git a/.gitignore b/.gitignore index 71a3816e7..c1b996d08 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ .pnp.js /redis-data traefik.yml +.docker # testing /coverage diff --git a/package.json b/package.json index 36fe81978..5a6cdfd97 100644 --- a/package.json +++ b/package.json @@ -129,6 +129,7 @@ "initVersion": "7.25.2" }, "engines": { - "node": "18.x" - } + "node": "^18.18.0", + "pnpm": "^8.15.4" +} }