Skip to content

Commit

Permalink
.github: Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt authored Feb 5, 2025
1 parent 8596c85 commit 285f0b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
node: ['latest', 'lts/*', 'lts/-1']
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: pnpm/action-setup@v4
cache: pnpm
- run: pnpm install
- run: pnpm build
- run: pnpm test

0 comments on commit 285f0b4

Please sign in to comment.