Skip to content

Commit

Permalink
Fix test with nodejs v10.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed Sep 23, 2020
1 parent 4764116 commit 1a73496
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: node_js

node_js:
- "node"
- "10.13.0"
- "10.14.2"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Fixed #16 ? Thanks to @Aqours, @gevalo1 & @xania for repoting this issue
- Using js-cleanup v1.2.0 and Rollup v2.0 and above
- Requires NodeJS v10.13 or v12.0 and above
- Requires NodeJS v10.14.2 or v12.0 and above
- Updated dependencies

## \[3.1.1] - 2019-01-18
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Send coverage report from node 6 builds of any branch

CURBUILD = "$(TRAVIS_NODE_VERSION)"
REQBUILD = "10.13.0"
REQBUILD = "10.14.2"

setup_cover:
ifeq ($(CURBUILD),$(REQBUILD))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Changes in v3.2.0

- Fixed #16 ? Thanks to @Aqours, @gevalo1 & @xania for repoting this issue
- Using js-cleanup v1.2.0 and Rollup v2.0+
- Requires NodeJS v10.13 or v12.0 and above
- Requires NodeJS v10.14.2 or v12.0 and above
- Updated dependencies

## License
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ init:
environment:
matrix:
# node.js
- nodejs_version: "10.13"
- nodejs_version: "10.14.2"
- nodejs_version: "12"

matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "dist/rollup-plugin-cleanup.es.js",
"source": "src/index.js",
"engines": {
"node": "^10.13.0 || >=12.0.0"
"node": "^10.14.2 || >=12.0.0"
},
"scripts": {
"test": "nyc mocha",
Expand Down

0 comments on commit 1a73496

Please sign in to comment.