Skip to content

Change release branch from v1 to v2 #759

Change release branch from v1 to v2

Change release branch from v1 to v2 #759

Workflow file for this run

name: Test
"on":
push: {}
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: npm
node-version: 24
- run: npm ci
- run: npm test