From 2f3adfb2cdeb2e5ede31fa7ee90f17055ad0026e Mon Sep 17 00:00:00 2001 From: Kevin Chappell Date: Mon, 27 May 2024 16:57:46 -0700 Subject: [PATCH] chore: update gh action --- .github/workflows/pull-request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index db25b0e..4951709 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,13 +8,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - cache: 'pnpm' - uses: pnpm/action-setup@v4 name: Install pnpm with: run_install: true + - uses: actions/setup-node@v4 + with: + node-version: 22 + cache: 'pnpm' - name: Test run: pnpm test