From 22e3e49e69dfbd627c26f7311b59cb338b8bf270 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 24 Jul 2024 03:05:40 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f1c622af..18154a667 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: uses: pnpm/action-setup@v3 id: pnpm-install with: - version: 9.2.0 + version: 9.6.0 run_install: false - name: Get pnpm store directory diff --git a/package.json b/package.json index 3c319e9ec..b5ca0c2c9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "git+https://github.com/transitive-bullshit/agentic.git" }, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.6.0", "engines": { "node": ">=18" },