From c2202c06e1b709f9ea5bfb551d87fb13a78d5668 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Thu, 22 Aug 2024 10:15:18 +0200 Subject: [PATCH] try fixing CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af930e9..724cf99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: steps: - run: git config --global core.autocrlf false - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}