FIX: pnpm not setup in action

This commit is contained in:
John Wesley 2024-07-02 16:50:25 -04:00
parent 89cf424020
commit 33dddaff51

View file

@ -31,6 +31,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Setup pnpm
uses: pnpm/action-setup@v3
- name: Install dependencies
run: pnpm install
- name: Build with Next.js