From dbaffc75b97e612622f493cde26941d8a73b27f5 Mon Sep 17 00:00:00 2001 From: ShinySaana <30862392+ShinySaana@users.noreply.github.com> Date: Wed, 26 May 2021 01:19:15 +0200 Subject: [PATCH 1/4] Add newer Node.js versions for prebuilt binaries --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b078ba9..bea84c6 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "predeploy": "npm run safe-docs", "build-binaries": "npm run build-binaries-node && npm run build-binaries-electron", "build-binaries-node": "run-script-os", - "build-binaries-node:win32": "prebuild --backend cmake-js --include-regex \"^.*\\.(node|dylib|dll|so(\\.[0-9])?)$\" -t 10.17.0 -t 12.11.0 -t 13.0.0 -t 14.0.0 --verbose -u %GITHUB_TOKEN%", - "build-binaries-node:darwin:linux": "prebuild --backend cmake-js --include-regex \"^.*\\.(node|dylib|dll|so(\\.[0-9])?)$\" -t 10.17.0 -t 12.11.0 -t 13.0.0 -t 14.0.0 --verbose -u $GITHUB_TOKEN", + "build-binaries-node:win32": "prebuild --backend cmake-js --include-regex \"^.*\\.(node|dylib|dll|so(\\.[0-9])?)$\" -t 10.17.0 -t 12.11.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 --verbose -u %GITHUB_TOKEN%", + "build-binaries-node:darwin:linux": "prebuild --backend cmake-js --include-regex \"^.*\\.(node|dylib|dll|so(\\.[0-9])?)$\" -t 10.17.0 -t 12.11.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 --verbose -u $GITHUB_TOKEN", "build-binaries-electron": "run-script-os", - "build-binaries-electron:win32": "prebuild --backend cmake-js --include-regex \"^.*\\.(node|dylib|dll|so(\\.[0-9])?)$\" -r electron -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 --verbose -u %GITHUB_TOKEN%", - "build-binaries-electron:darwin:linux": "prebuild --backend cmake-js --include-regex \"^.*\\.(node|dylib|dll|so(\\.[0-9])?)$\" -r electron -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 --verbose -u $GITHUB_TOKEN" + "build-binaries-electron:win32": "prebuild --backend cmake-js --include-regex \"^.*\\.(node|dylib|dll|so(\\.[0-9])?)$\" -r electron -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 --verbose -u %GITHUB_TOKEN%", + "build-binaries-electron:darwin:linux": "prebuild --backend cmake-js --include-regex \"^.*\\.(node|dylib|dll|so(\\.[0-9])?)$\" -r electron -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 --verbose -u $GITHUB_TOKEN" }, "repository": { "type": "git", From a22e8f577f4fb3589ba4cc7676f859d1dfb0b031 Mon Sep 17 00:00:00 2001 From: ShinySaana <30862392+ShinySaana@users.noreply.github.com> Date: Wed, 26 May 2021 01:30:09 +0200 Subject: [PATCH 2/4] Use latest Node for travis builds --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed18751..3c4820d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - lts/* + - node jobs: include: @@ -64,4 +64,4 @@ deploy: script: - if command -v arm-linux-gnueabihf-gcc; then npm run build-binaries-node -- -- --arch arm && npm run build-binaries-electron -- -- --arch arm ; else npm run build-binaries ; fi on: - tags: on \ No newline at end of file + tags: on From 187b11c0b7abd985cd5fbafe34ce5059004d8977 Mon Sep 17 00:00:00 2001 From: ShinySaana <30862392+ShinySaana@users.noreply.github.com> Date: Fri, 28 May 2021 14:01:00 +0200 Subject: [PATCH 3/4] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c4820d..81cc556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - node + - lts/* jobs: include: From 7bd15f2a5fae862f3199a506ad2e3e9b629d756b Mon Sep 17 00:00:00 2001 From: ShinySaana <30862392+ShinySaana@users.noreply.github.com> Date: Fri, 28 May 2021 14:01:42 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 299e668..bde5b66 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ npm install audify ``` ***Most regular installs will support prebuilds that are built with each release.*** -***The prebuilds are for Node v10.17.x+, v12.11.x+, v13.x.x, v14.x.x and Electron v8.x.x, v9.x.x, v10.x.x, v11.x.x, v12.x.x.*** +***The prebuilds are for Node v10.17.x+, v12.11.x+, v13.x.x, v14.x.x, v15.x.x, v16.x.x and Electron v8.x.x, v9.x.x, v10.x.x, v11.x.x, v12.x.x., v13.x.x., v14.x.x.*** #### Requirements for source build @@ -79,4 +79,4 @@ rtAudio.start(); Full documentation available [here](https://almoghamdani.github.io/audify/). ## Legal -This project is licensed under the MIT license. \ No newline at end of file +This project is licensed under the MIT license.