maybe?
All checks were successful
Node.js CI / build_app (push) Successful in 13s

This commit is contained in:
ChrQR 2024-04-27 09:46:13 +02:00
parent 7e5c4d295c
commit 04876120d7

View File

@ -1,7 +1,7 @@
name: Node.js CI
on: [push]
jobs:
build:
build_app:
runs-on: ubuntu-latest
@ -13,3 +13,8 @@ jobs:
node-version: '20.x'
- run: npm ci
- run: npm run build --production --if-present
build_image:
needs: build_app
runs:
using: 'docker'
image: 'Dockerfile'