Skip to content

build(deps-dev): bump ansi-regex from 3.0.0 to 3.0.1 #7

build(deps-dev): bump ansi-regex from 3.0.0 to 3.0.1

build(deps-dev): bump ansi-regex from 3.0.0 to 3.0.1 #7

Workflow file for this run

name: Test Scripts
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8.6.0
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Test
run: |
pnpm test