build: moved to new node container
This commit is contained in:
parent
d71f479de8
commit
6ad3cc3f32
1 changed files with 2 additions and 6 deletions
|
|
@ -6,16 +6,12 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:20
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# This is the critical missing step
|
||||
- name: Setup Node.js (Required for setup-bun v2)
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
- name: Setup Bun
|
||||
uses: https://github.com/oven-sh/setup-bun@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue