Skip to content

Commit

Permalink
Update CI for improved caching
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 12, 2024
1 parent 60470aa commit 6ccc83b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ runs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 19
node-version: 20
cache: pnpm
cache-dependency-path: 'app'
cache-dependency-path: |
app
examples
- name: Install dependencies
run: cd app && pnpm install
Expand Down

0 comments on commit 6ccc83b

Please sign in to comment.