Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 492943f

Browse files
Added pnpm action setup
1 parent 7bba062 commit 492943f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ on:
1717

1818
jobs:
1919
test:
20-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
21-
with:
22-
license-check: true
23-
lint: true
20+
- uses: pnpm/action-setup@v4
21+
with:
22+
version: 9
23+
- uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
24+
with:
25+
license-check: true
26+
lint: true

0 commit comments

Comments
 (0)