From 93beea11e852b95e8c131c89bb93aa1300c6b990 Mon Sep 17 00:00:00 2001 From: Youwen Wu <38934577+couscousdude@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:46:45 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a681782..934a8e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,12 +32,6 @@ jobs: - uses: pnpm/action-setup@v3 with: version: 8 - - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - cache: 'pnpm' - name: install frontend dependencies run: pnpm install # change this to npm or pnpm depending on which one you use