Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
floroz committed Aug 6, 2024
1 parent 6af5068 commit eeba9ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit eeba9ad

Please sign in to comment.