mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
test with node setup pre step
This commit is contained in:
@@ -12,6 +12,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "22.x"
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user