Skip to content

Commit 39e1bd4

Browse files
authored
.github: Cache
1 parent a936f23 commit 39e1bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88
node: ['latest', 'lts/*', 'lts/-1']
99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: pnpm/action-setup@v4
1112
- uses: actions/setup-node@v4
1213
with:
1314
node-version: ${{ matrix.node }}
14-
- uses: pnpm/action-setup@v4
15+
cache: pnpm
1516
- run: pnpm install
1617
- run: pnpm build
1718
- run: pnpm test

0 commit comments

Comments
 (0)