Skip to content

ci: bump @redocly/cli from 1.27.2 to 1.28.2 #55

ci: bump @redocly/cli from 1.27.2 to 1.28.2

ci: bump @redocly/cli from 1.27.2 to 1.28.2 #55

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm test