fix: cambiada version de ndoe
All checks were successful
Build Urlshort / publish (push) Successful in 2m27s
All checks were successful
Build Urlshort / publish (push) Successful in 2m27s
This commit is contained in:
@@ -26,16 +26,20 @@ jobs:
|
||||
- name: build binary go
|
||||
run: go build -v .
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
bun-version: latest
|
||||
node-version: '22'
|
||||
# - name: Setup Bun
|
||||
# uses: oven-sh/setup-bun@v1
|
||||
# with:
|
||||
# bun-version: latest
|
||||
|
||||
- name: build proyect
|
||||
run: |
|
||||
cd front
|
||||
bun i
|
||||
bun run build --bun
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
- name: copy artifacts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user