From 34c72146e2c7de97f9fa8be86d6de5175b33f6d6 Mon Sep 17 00:00:00 2001 From: robonen Date: Thu, 30 May 2024 04:17:57 +0700 Subject: [PATCH] chore(repo): update pnpm and node versions in cli tool --- cli.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.ts b/cli.ts index a92a72d..7954ae1 100644 --- a/cli.ts +++ b/cli.ts @@ -3,8 +3,8 @@ import { defineCommand, runMain } from 'citty'; import { resolve } from 'pathe'; import { splitByCase } from 'scule'; -const PACKAGE_MANAGER = 'pnpm@9.1.0'; -const NODE_VERSION = '>=20.12.2'; +const PACKAGE_MANAGER = 'pnpm@9.1.3'; +const NODE_VERSION = '>=20.13.1'; const VITE_VERSION = '^5.2.11'; const VITE_DTS_VERSION = '^3.9.1'; const PATHE_VERSION = '^1.1.2'