fix workflow

This commit is contained in:
Obelous 2025-06-24 17:47:09 +01:00
parent c63ca6801b
commit f0f59a45ac

View file

@ -1,8 +1,16 @@
steps: name: Node.js CI
- uses: actions/checkout@v4
- uses: actions/setup-node@v4 on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '20'
cache: 'npm' cache: 'npm'
- run: npm install - run: npm install
- run: npm run - run: npm run