Skip to content

Commit

Permalink
remove specific node versions from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrasane committed Apr 26, 2020
1 parent d2e6658 commit 058d5f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 11.x, 12.0.0, 14.0.0]
node-version: [10.x, 11.x, 12.x, 14.x]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

# body-chunks

[![][ci badge]][ci] [![][coverage badge]][coveralls] [![][npm badge]][npm] [![][size badge]][npm] [![][license badge]][license]
[![][ci badge]][ci] [![][coverage badge]][coveralls] [![][npm badge]][npm] [![][size badge]][size] [![][license badge]][license]

[npm badge]: https://img.shields.io/npm/v/body-chunks?color=red&style=flat-square
[npm]: https://www.npmjs.com/package/body-chunks
[size badge]: https://flat.badgen.net/packagephobia/install/body-chunks@latest
[size]: https://packagephobia.now.sh/result?p=body-chunks%40latest
[ci badge]: https://img.shields.io/github/workflow/status/vjrasane/body-chunks/CI?style=flat-square
[ci]: https://github.com/vjrasane/body-chunks/actions?query=workflow%3ACI
[coverage badge]: https://img.shields.io/coveralls/github/vjrasane/body-chunks?style=flat-square
Expand Down

0 comments on commit 058d5f4

Please sign in to comment.