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