Skip to content

Commit d8bc204

Browse files
committed
ci: Switch GitHub Actions workflow from npm to pnpm.
1 parent 09e8a8f commit d8bc204

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: actions/setup-node@v4
16+
- uses: pnpm/action-setup@v4
1717
with:
18-
node-version: '22'
19-
cache: npm
20-
- run: npm install
21-
- run: npm run build
18+
cache: true
19+
- run: pnpm install
20+
- run: pnpm run build

0 commit comments

Comments
 (0)