Skip to content

release 1.3.0

release 1.3.0 #38

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: I and Test
run: |
npm i
npm run test -- --watch=false --browsers=ChromeHeadless
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}