Skip to content

Bump jsonpath from 1.1.1 to 1.2.1 #90

Bump jsonpath from 1.1.1 to 1.2.1

Bump jsonpath from 1.1.1 to 1.2.1 #90

Workflow file for this run

name: Regression Testing
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16'
- run: npm ci
- run: npm run build
env:
# prevents lint warnings from being errors
CI: false