Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

chore: version bumps #137

chore: version bumps

chore: version bumps #137

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm install -g npm
- run: bash .ci/build.sh
- run: bash .ci/test.sh