Skip to content

Update release action #90

Update release action

Update release action #90

Workflow file for this run

---
name: "qa"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
release:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- run: npm ci
- run: npm test
- run: npm run update
- run: npm run build