Skip to content

chore(deps-dev): bump minimist from 1.2.5 to 1.2.8 #116

chore(deps-dev): bump minimist from 1.2.5 to 1.2.8

chore(deps-dev): bump minimist from 1.2.5 to 1.2.8 #116

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm run test