Skip to content

Commit b8167f3

Browse files
committed
Update lint workflow to install pnpm globally
1 parent 45b99e4 commit b8167f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
15-
cache: 'pnpm'
15+
- name: Install pnpm
16+
run: npm install -g pnpm@8
1617
- name: Install dependencies
1718
run: pnpm install
1819
- name: Run linter

0 commit comments

Comments
 (0)