Skip to content

bump version to 1.0.8 #7

bump version to 1.0.8

bump version to 1.0.8 #7

Workflow file for this run

name: run test on PR
'on': pull_request
# cancel in-progress runs on new commits to same PR (gitub.event.number)
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test