Skip to content

chore(deps): bump @readme/openapi-parser from 2.5.1 to 2.6.0 (#9) #23

chore(deps): bump @readme/openapi-parser from 2.5.1 to 2.6.0 (#9)

chore(deps): bump @readme/openapi-parser from 2.5.1 to 2.6.0 (#9) #23

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm cit