add workflows
Node.js CI / build (push) Failing after 0s

This commit is contained in:
2025-07-17 10:45:11 +02:00
parent f40a834c8c
commit 7740c3efa0
+15
View File
@@ -0,0 +1,15 @@
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