Skip to content

Commit

Permalink
Downgrade Build to Node 8 since Node 10 seems to be leaking memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Mar 23, 2019
1 parent e136443 commit 9a847a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- npm install

script:
- "./node_modules/.bin/pkg --targets latest-linux-armv7 --no-bytecode --options max-old-space-size=72 --public-packages=exif-parser,omggif,trim,prettycron,mqtt ."
- "./node_modules/.bin/pkg --targets node8-linux-armv7 --no-bytecode --options max-old-space-size=72 --public-packages=exif-parser,omggif,trim,prettycron,mqtt ."

deploy:
provider: releases
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg --targets node10-linux-armv7 --no-bytecode --options max-old-space-size=72 --public-packages=exif-parser,omggif,trim,prettycron,mqtt ."
"build": "pkg --targets node8-linux-armv7 --no-bytecode --options max-old-space-size=72 --public-packages=exif-parser,omggif,trim,prettycron,mqtt ."
},
"author": "",
"dependencies": {
Expand Down

0 comments on commit 9a847a4

Please sign in to comment.