From e6bd4d5c86f4c7ee0bd8280ece798dc2cb9cf907 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:45:24 +0100 Subject: [PATCH] =?UTF-8?q?feat(pnpm):=20pnpm=E3=81=A7node=E3=81=AE?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://pnpm.io/ja/npmrc#manage-package-manager-versions --- .github/workflows/check.yaml | 1 - .npmrc | 1 + package.json | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 0548a4f..31d351d 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -20,7 +20,6 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.npmrc b/.npmrc index 3f0f34a..c87d9d1 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ engine-strict=true +use-node-version=20.17.0 @jsr:registry=https://npm.jsr.io diff --git a/package.json b/package.json index 4fcb471..9e3f3c5 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "version": "0.0.1", "private": true, "packageManager": "pnpm@9.9.0", - "engines": { - "node": ">=20.0.0 <21.0.0" - }, "scripts": { "dev": "vite dev", "build": "vite build",