Skip to content

build(deps-dev): bump json5 from 1.0.1 to 2.2.3 #102

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

build(deps-dev): bump json5 from 1.0.1 to 2.2.3 #102

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request: {}
jobs:
test:
name: Test & Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test