Skip to content

Bump @stoplight/prism-cli from 5.7.0 to 5.8.2 #296

Bump @stoplight/prism-cli from 5.7.0 to 5.8.2

Bump @stoplight/prism-cli from 5.7.0 to 5.8.2 #296

Workflow file for this run

name: Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
- run: yarn install
- run: yarn lint
- run: yarn build