From 3cb50b645240eb6c1578628d86c4b0ce6e837ac6 Mon Sep 17 00:00:00 2001 From: "Beier (Bill)" Date: Wed, 15 May 2024 09:37:51 +1000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d51cd6d..e96db206 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,10 +60,8 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 - with: - node-version: 20 with: - node-version: ${{ matrix.node-version }} + node-version: 20 cache: 'pnpm' - name: Install dependencies