Skip to content

ci: bump @redocly/cli from 1.26.1 to 1.27.1 #52

ci: bump @redocly/cli from 1.26.1 to 1.27.1

ci: bump @redocly/cli from 1.26.1 to 1.27.1 #52

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