Skip to content

Chore(deps-dev): Bump json5 from 1.0.1 to 1.0.2 #603

Chore(deps-dev): Bump json5 from 1.0.1 to 1.0.2

Chore(deps-dev): Bump json5 from 1.0.1 to 1.0.2 #603

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci --force
- name: Run tests
run: npm test