Skip to content

chore(deps): bump micromatch from 4.0.4 to 4.0.8 (#37) #59

chore(deps): bump micromatch from 4.0.4 to 4.0.8 (#37)

chore(deps): bump micromatch from 4.0.4 to 4.0.8 (#37) #59

Workflow file for this run

name: ci
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- name: yarn install, build, and test
run: |
yarn
yarn build
yarn test