Skip to content

Bump jsonpath from 1.1.1 to 1.2.1 #13

Bump jsonpath from 1.1.1 to 1.2.1

Bump jsonpath from 1.1.1 to 1.2.1 #13

Workflow file for this run

name: Build static content to Pages
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4
with:
node-version: '16.20.2'
- name: Run build
run: |
yarn install
yarn run build
ls -al