From b29f2adab54bc3f38b3f85d79bf2cd49eec5a1b6 Mon Sep 17 00:00:00 2001 From: marky ercillo Date: Tue, 2 Jul 2024 11:03:53 -0700 Subject: [PATCH] trying nodev20 --- .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 d5be87c..617ec99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,10 +22,10 @@ jobs: with: version: latest run_install: true - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v3.4.1 with: - node-version: 18.x + node-version: 20.x cache: "pnpm" - name: Build the extension run: pnpm build:chrome