Files
badgedex/.gitea/workflows/node.js.yaml
T
echomike 7740c3efa0
Node.js CI / build (push) Failing after 0s
add workflows
2025-07-17 10:45:11 +02:00

16 lines
266 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 test