Skip to content

chore(deps-dev): bump json5 from 2.2.1 to 2.2.3 #43

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

chore(deps-dev): bump json5 from 2.2.1 to 2.2.3 #43

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: npm ci
- run: npm test