Skip to content

Commit

Permalink
Install pnpm on Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh committed Oct 20, 2023
1 parent 4a7977c commit 28f2ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Install npm
run: sudo apt-get install -y curl unzip && curl -fsSL https://fnm.vercel.app/install | bash && export PATH="/$HOME/.local/share/fnm:$PATH" && eval "`fnm env`" && fnm install v20.6.1 && fnm use v20.6.1 && npm -g i npm@latest
- name: Install Deno and Bun
run: npm install -g npm@latest; npm install -g bun deno-bin
run: npm install -g npm@latest; npm install -g bun deno-bin pnpm
- name: Run tests
run: zig build test

0 comments on commit 28f2ebc

Please sign in to comment.