Skip to content

chore(deps): bump json5 from 2.2.0 to 2.2.3 #11

chore(deps): bump json5 from 2.2.0 to 2.2.3

chore(deps): bump json5 from 2.2.0 to 2.2.3 #11

Workflow file for this run

name: Unit Tests, Typechecks
on:
workflow_dispatch:
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn test
- run: yarn build