From cb1783176fe47bfb7c0504b1e442e5b6d2c98f66 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 21 Oct 2024 18:11:14 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/.github/workflows/main.yml | 2 +- legacy/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/.github/workflows/main.yml b/legacy/.github/workflows/main.yml index ae895bbe..c3e11554 100644 --- a/legacy/.github/workflows/main.yml +++ b/legacy/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9.7.0 + version: 9.12.2 run_install: false - name: Install Node.js diff --git a/legacy/package.json b/legacy/package.json index de9416f7..be599567 100644 --- a/legacy/package.json +++ b/legacy/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git+https://github.com/transitive-bullshit/agentic.git" }, - "packageManager": "pnpm@9.7.0", + "packageManager": "pnpm@9.12.2", "engines": { "node": ">=18" },