Skip to content

build(deps-dev): bump @stoplight/prism-cli from 5.8.3 to 5.12.0 #407

build(deps-dev): bump @stoplight/prism-cli from 5.8.3 to 5.12.0

build(deps-dev): bump @stoplight/prism-cli from 5.8.3 to 5.12.0 #407

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Cache node modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Install
run: npm install
- name: Lint spec
run: npm run test
- name: Build
run: npm run build