diff --git a/.nvmrc b/.nvmrc index 3516580..2a393af 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.17.0 +20.18.0 diff --git a/package.json b/package.json index f352332..f07e3dc 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,12 @@ "version": "1.0.0", "private": true, "engines": { - "node": "20.17.0", - "pnpm": "9.9.0" + "node": "20.18.0", + "pnpm": "9.12.0" }, "volta": { - "node": "20.17.0", - "pnpm": "9.9.0" + "node": "20.18.0", + "pnpm": "9.12.0" }, "scripts": { "dev": "next dev",