Skip to content

Commit

Permalink
chore(tools): #21 fix missing pnpm in lost-pixel github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGreenTea committed Jul 4, 2024
1 parent 838f1b5 commit 22c54b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 22c54b5

Please sign in to comment.