Skip to content

Bump parse-json from 5.2.0 to 7.1.1 #1550

Bump parse-json from 5.2.0 to 7.1.1

Bump parse-json from 5.2.0 to 7.1.1 #1550

Workflow file for this run

name: Test builds
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16', '17']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm run build
- run: npm run build:simple