Skip to content

build(deps-dev): bump @stoplight/prism-cli from 5.0.1 to 5.5.3 #332

build(deps-dev): bump @stoplight/prism-cli from 5.0.1 to 5.5.3

build(deps-dev): bump @stoplight/prism-cli from 5.0.1 to 5.5.3 #332

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 14.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