From 2ab36293689a90bacdb4e5148e2f5bce6ccabd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Correa=20Casablanca?= Date: Sat, 13 Apr 2024 10:57:00 +0200 Subject: [PATCH] chore: upgrade pnpm Signed-off-by: Andres Correa Casablanca --- .github/workflows/npm_publish.yml | 2 +- .github/workflows/tests.yml | 2 +- .moon/toolchain.yml | 2 +- @kindspells/astro-shield/package.json | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index 16e961f..944e584 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -25,7 +25,7 @@ jobs: - name: Install PNPM # v3.0.0 uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: - version: '8.15.4' + version: '8.15.6' - name: Use Node.js ${{ matrix.node-version }} # v4.0.2 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 206b8d1..a103140 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: - name: Install PNPM # v3.0.0 uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: - version: '8.15.4' + version: '8.15.6' - name: Use Node.js ${{ matrix.node-version }} # v4.0.2 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: diff --git a/.moon/toolchain.yml b/.moon/toolchain.yml index b9b293e..3fbc98b 100644 --- a/.moon/toolchain.yml +++ b/.moon/toolchain.yml @@ -5,4 +5,4 @@ node: packageManager: 'pnpm' pnpm: - version: 8.15.4 + version: 8.15.6 diff --git a/@kindspells/astro-shield/package.json b/@kindspells/astro-shield/package.json index 4573521..e6b7ace 100644 --- a/@kindspells/astro-shield/package.json +++ b/@kindspells/astro-shield/package.json @@ -80,7 +80,7 @@ "url": "https://ko-fi.com/coderspirit" } ], - "packageManager": "pnpm@8.15.4", + "packageManager": "pnpm@8.15.6", "engines": { "node": ">= 18.0.0" }, diff --git a/package.json b/package.json index f9d5024..0c5646b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "engines": { "node": ">= 18.0.0" }, - "packageManager": "pnpm@8.15.4", + "packageManager": "pnpm@8.15.6", "scripts": { "format": "biome format --write .", "install-githooks": "if [ -d .git ]; then git config core.hooksPath .hooks; fi"