Skip to content

Commit 811b636

Browse files
committed
Fix CI/CD
1 parent 03ad4f7 commit 811b636

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
node-version: '18'
2020

21+
- name: Install PNPM
22+
run: npm i -g pnpm
23+
2124
- name: Install dependencies
2225
run: pnpm install
2326

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
node-version: '18'
2020

21+
- name: Install PNPM
22+
run: npm i -g pnpm
23+
2124
- name: Install dependencies
2225
run: pnpm install
2326

0 commit comments

Comments
 (0)