Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
cloke committed Jul 15, 2024
1 parent 74ee33d commit 8b1ebd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
- embroider-optimized

steps:
- uses: pnpm/action-setup@v4
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Setup pnpm cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8b1ebd2

Please sign in to comment.