test setup workflow

This commit is contained in:
Obelous 2025-06-24 17:46:16 +01:00
commit c63ca6801b
4 changed files with 28 additions and 0 deletions

8
.github/workflows/node.js.yml vendored Normal file
View file

@ -0,0 +1,8 @@
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm install
- run: npm run