Skip to content

chore(deps): bump jsonpath-plus from 5.0.7 to 10.0.7 in /source/packages/integration-tests #248

chore(deps): bump jsonpath-plus from 5.0.7 to 10.0.7 in /source/packages/integration-tests

chore(deps): bump jsonpath-plus from 5.0.7 to 10.0.7 in /source/packages/integration-tests #248

Workflow file for this run

name: ci
on:
push:
branches:
- main
- '**'
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Rush
shell: bash
run: |
npm install -g @microsoft/rush
- name: Install dependencies
shell: bash
run: |
yarn install
- name: Build packages
shell: bash
run: |
yarn build
- name: Run unit tests
shell: bash
run: |
yarn test