From 87e688b5bd41bc15400f74a463c53edf51e9fa01 Mon Sep 17 00:00:00 2001 From: tsar-boomba Date: Tue, 22 Oct 2024 23:07:23 -0400 Subject: [PATCH] fix deploy??? --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e6180e..1364978 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.2.2 with: - version: 8.15.3 + version: 9 - name: Setup Node uses: actions/setup-node@v3 with: