Skip to content

Commit a8d16ad

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ 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+
version: latest
19+
cache: true
20+
- run: pnpm install
21+
- run: pnpm run build

0 commit comments

Comments
 (0)