Skip to content

fix(deps): update dependency anser to v2.3.0 #930

fix(deps): update dependency anser to v2.3.0

fix(deps): update dependency anser to v2.3.0 #930

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- "*"
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci
- run: npm run build
- run: npm run test