Skip to content

Commit

Permalink
rel prep
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckis committed Aug 26, 2024
1 parent 224eb1b commit 0dee4fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
node-version: "20"
- name: Install, build, test
run: |
npm install
npm i -g pnpm
pnpm install
npm run build
- name: Install zip
uses: montudor/action-zip@v1
Expand Down

0 comments on commit 0dee4fb

Please sign in to comment.