universal-plugin-repo/.github/workflows/node.js.yml
2025-06-24 18:42:52 +01:00

13 lines
249 B
YAML

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