my-portfolio/.gitea/workflows/node-build.yaml
ChrQR 7e5c4d295c
All checks were successful
Node.js CI / build (push) Successful in 13s
now its def fixed
2024-04-27 09:25:24 +02:00

16 lines
297 B
YAML

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build --production --if-present