Skip to content

Commit b45ffd6

Browse files
committed
fix: CI workflow
1 parent 4e677f6 commit b45ffd6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 20
17+
- name: Install pnpm
18+
run: npm install -g pnpm
1719
- run: pnpm install
1820
- run: pnpm run build
1921
- run: pnpm test

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
node-version: 20
1616
registry-url: 'https://registry.npmjs.org/'
17+
- name: Install pnpm
18+
run: npm install -g pnpm
1719
- run: pnpm install
1820
- run: pnpm run build
1921
- run: npx semantic-release

0 commit comments

Comments
 (0)