Skip to content

Commit d070c03

Browse files
committed
fix: install pnpm in ci
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent 5c578af commit d070c03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: pnpm/action-setup@v4
1213
- run: pnpm install
1314
- run: pnpm run build

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: pnpm/action-setup@v4
1213
- run: pnpm install
1314
- run: pnpm run lint

0 commit comments

Comments
 (0)