From 9f5576c5e958eca1a60c90b6d4012e5dd93aa1bc Mon Sep 17 00:00:00 2001 From: "Beier (Bill)" Date: Wed, 15 May 2024 09:29:00 +1000 Subject: [PATCH] Update node version (#680) --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88dc3b91..8d51cd6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,6 +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 }} cache: 'pnpm'