Skip to content

build(deps-dev): bump json5 from 2.2.1 to 2.2.3 #37

build(deps-dev): bump json5 from 2.2.1 to 2.2.3

build(deps-dev): bump json5 from 2.2.1 to 2.2.3 #37

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@v2
- uses: pnpm/action-setup@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm run test