From e804935919dc000f81325783bae2a266a89c5357 Mon Sep 17 00:00:00 2001 From: Kenneth Yang Date: Fri, 6 Oct 2023 12:34:29 -0700 Subject: [PATCH] Fix build node version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8125ce..1351c3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,9 +26,9 @@ jobs: # Configure NPM to cache dependencies - name: 📦 Setup Node.js and caching - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: - node-version: 19 + node-version: 20 cache: "npm" # Install deps and build