Skip to content

chore: revert to previous rolling release strategy #36

chore: revert to previous rolling release strategy

chore: revert to previous rolling release strategy #36

Workflow file for this run

on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: actions/setup-go@v3
with:
go-version: '1.23.9'
- run: npm ci
- run: npm run build
- run: npm run test