Skip to content

bump 1.8.0

bump 1.8.0 #668

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
- 'releases/*'
- test
- v1
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run all