my-portfolio/.gitea/workflows/node-build.yaml
ChrQR 6cb10530a3
Some checks failed
Node.js CI / build (push) Failing after 45s
changed workflow for node.js build
2024-04-27 09:17:06 +02:00

16 lines
299 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: yarn ci
- run: yarn run build --production --if-present