Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
ci: test in Node v12, drop v11
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Jul 18, 2019
1 parent f1c53f9 commit 07bc0e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- test-nodejs
node-v11:
docker:
- image: node:11
- image: node:12
steps:
- test-nodejs

Expand All @@ -78,4 +78,4 @@ workflows:
jobs:
- node-v8
- node-v10
- node-v11
- node-v12
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ MIT License: Teppei Sato <teppeis@gmail.com>
[npm-downloads-image]: https://img.shields.io/npm/dm/shella.svg
[deps-image]: https://img.shields.io/david/teppeis/shella.svg
[deps-url]: https://david-dm.org/teppeis/shella
[node-version]: https://img.shields.io/badge/Node.js%20support-v8,v10,v11-brightgreen.svg
[node-version]: https://img.shields.io/badge/Node.js%20support-v8,v10,v12-brightgreen.svg
[license]: https://img.shields.io/npm/l/shella.svg
[circleci-image]: https://circleci.com/gh/teppeis/shella.svg?style=shield
[circleci-url]: https://circleci.com/gh/teppeis/shella

0 comments on commit 07bc0e2

Please sign in to comment.