Skip to content

refine: new deployment routines #12

refine: new deployment routines

refine: new deployment routines #12

Workflow file for this run

name: 🛠️ build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '22'
- run: |
npm ci

Check failure on line 19 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 19
npm run build
npm test