Skip to content

Commit

Permalink
test: run test on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 6, 2024
1 parent 38b36c9 commit 59fb042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: CI

on:
push:
branches: [ master ]

branches: [ 4.x ]
pull_request:
branches: [ master ]
branches: [ 4.x ]

jobs:
Job:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
version: '12, 14, 16, 18, 20'
version: '8, 10, 12, 14, 16, 18, 20, 22'
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
# [**koa-bodyparser**](https://github.com/koajs/bodyparser)


[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Coveralls][coveralls-image]][coveralls-url]
[![David deps][david-image]][david-url]
[![Test coverage][codecov-image]][codecov-url]
[![node version][node-image]][node-url]

[npm-image]: https://img.shields.io/npm/v/koa-bodyparser.svg?style=flat-square
[npm-url]: https://npmjs.com/package/koa-bodyparser
[travis-image]: https://img.shields.io/travis/koajs/bodyparser.svg?style=flat-square
[travis-url]: https://travis-ci.org/koajs/bodyparser
[coveralls-image]: https://img.shields.io/coveralls/koajs/bodyparser.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/koajs/bodyparser?branch=master
[david-image]: https://img.shields.io/david/koajs/bodyparser.svg?style=flat-square
[david-url]: https://david-dm.org/koajs/bodyparser
[codecov-image]: https://codecov.io/github/koajs/bodyparser/coverage.svg?branch=4.x
[codecov-url]: https://codecov.io/github/koajs/bodyparser?branch=4.x
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/

Expand Down

0 comments on commit 59fb042

Please sign in to comment.