Skip to content

chore: audit fix

chore: audit fix #55

Workflow file for this run

name: Test
on:
push:
branches-ignore: [main, release/**]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: browser-actions/setup-chrome@v1
- run: bash .ci/build.sh
env:
BUILD_NUMBER: ${{ github.run_number }}
COMMIT_HASH: ${{ github.sha }}
- run: bash .ci/test.sh