Skip to content

Commit 647c5fe

Browse files
committed
⚙️ setup: replace npm with bun for package management
1 parent 0cab433 commit 647c5fe

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- uses: actions/setup-node@v4
24-
with:
25-
node-version: 22
26-
cache: npm
23+
- uses: oven-sh/setup-bun@v2
2724

28-
- run: npm ci
25+
- run: bun install --frozen-lockfile
2926

30-
- run: npm run build
27+
- run: bun run build
3128

3229
- uses: actions/upload-pages-artifact@v3
3330
with:

0 commit comments

Comments
 (0)