Skip to content

Commit

Permalink
Merge branch 'master' into fix-req-query-parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami authored Feb 20, 2022
2 parents 5a3eb17 + b723960 commit dc4ca4c
Show file tree
Hide file tree
Showing 10 changed files with 5,788 additions and 1,801 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- examples/serverless-framework
- examples/aws-sam
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '12'
- uses: actions/setup-python@v2
with:
python-version: '3.x'
Expand All @@ -51,9 +51,10 @@ jobs:
needs:
- test
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish || true
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<h1 align="center"><img alt="openapi-backend" src="./header.png" style="max-width:50rem"></h1>

[![CI](https://github.com/anttiviljami/openapi-backend/workflows/CI/badge.svg)](https://github.com/anttiviljami/openapi-backend/actions?query=workflow%3ACI)
[![Dependencies](https://david-dm.org/anttiviljami/openapi-backend.svg)](https://david-dm.org/anttiviljami/openapi-backend)
[![npm version](https://img.shields.io/npm/v/openapi-backend.svg)](https://www.npmjs.com/package/openapi-backend)
[![npm downloads](https://img.shields.io/npm/dw/openapi-backend)](https://www.npmjs.com/package/openapi-backend)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/anttiviljami/openapi-backend.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/anttiviljami/openapi-backend/alerts/)
Expand Down
Loading

0 comments on commit dc4ca4c

Please sign in to comment.