Skip to content

ci: bump @redocly/cli from 1.28.2 to 1.28.5 #58

ci: bump @redocly/cli from 1.28.2 to 1.28.5

ci: bump @redocly/cli from 1.28.2 to 1.28.5 #58

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