Skip to content

Commit

Permalink
Update deploy.yml npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez authored Aug 18, 2024
1 parent 836894e commit bf18cb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

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

- name: Cache dependencies
id: cache_dependencies
Expand Down

0 comments on commit bf18cb4

Please sign in to comment.