Skip to content

v3.1.2: fix issue#74 #70

v3.1.2: fix issue#74

v3.1.2: fix issue#74 #70

Workflow file for this run

name: test
on:
push:
paths:
- "**.js"
- "**.jsx"
- "package.json"
branches:
- main
pull_request:
paths:
- "**.js"
- "**.jsx"
- "package.json"
branches:
- main
workflow_dispatch:
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: https://registry.npmjs.org/
- run: |
npm install --audit=false --fund=false --package-lock=false
npm test