Update main.yml

This commit is contained in:
Youwen Wu 2024-03-13 12:46:45 -07:00 committed by GitHub
parent b1df1d82a1
commit 93beea11e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,12 +33,6 @@ jobs:
with: with:
version: 8 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 - name: install frontend dependencies
run: pnpm install # change this to npm or pnpm depending on which one you use run: pnpm install # change this to npm or pnpm depending on which one you use