mirror of
https://github.com/LucasVbr/hono-pug-renderer.git
synced 2026-05-13 17:21:51 +00:00
fix(ci): Install dependencies with Bun
This commit is contained in:
@@ -19,10 +19,11 @@ jobs:
|
||||
bun-version: latest
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --lockfile-only
|
||||
run: bun install
|
||||
|
||||
- name: Build with Bun
|
||||
run: bun run build
|
||||
run: |
|
||||
bun run build
|
||||
|
||||
- name: Authenticate to npm
|
||||
run: bunx npm login
|
||||
|
||||
Reference in New Issue
Block a user