Skip to content

Commit 36f8be7

Browse files
committed
add pnpm/action-setup to gh actions
1 parent 66675a8 commit 36f8be7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
name: 🔍 Lint
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: pnpm/action-setup@v2
14+
with:
15+
version: 8
16+
1317
- name: 📚 Checkout
1418
uses: actions/checkout@v3
1519

0 commit comments

Comments
 (0)