From e5d2f034c58df4791321bc1ae28a4aab8dc748d3 Mon Sep 17 00:00:00 2001 From: Wayne Parrott <5588978+wayneparrott@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:26:30 -0600 Subject: [PATCH 1/4] Updated test to use @rclnodejs scoped packages --- test/array.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/array.js b/test/array.js index 64c8dff..b0bebc8 100644 --- a/test/array.js +++ b/test/array.js @@ -1,6 +1,6 @@ var assert = require('assert') - , ref = require('ref-napi') + , ref = require('@rclnodejs/ref-napi') , ArrayType = require('../')(ref) , bindings = require('node-gyp-build')(__dirname); From ae744bc5f165ebb9c4aecbf5e8b25001015277f4 Mon Sep 17 00:00:00 2001 From: Wayne Parrott <5588978+wayneparrott@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:56:03 -0600 Subject: [PATCH 2/4] Update travisci to bionic (ubuntu 18) This change is to pickup python3 > v3.5 which is required to build this package on node16. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 00c380e..9645922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ sudo: false +dist: bionic + addons: apt: sources: From ebd0c7dda81e7d9ff7850f3f8b895884e165069d Mon Sep 17 00:00:00 2001 From: Wayne Parrott <5588978+wayneparrott@users.noreply.github.com> Date: Thu, 6 Jan 2022 16:04:43 -0600 Subject: [PATCH 3/4] Extended appveyor node matrix to include 16 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index eec7471..cb1015a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ environment: # node.js - nodejs_version: "14" - nodejs_version: "15" + - nodejs_version: "16" platform: - x86 From f47df4ef640faeb43c39bc61ad2cda0c3bf46a79 Mon Sep 17 00:00:00 2001 From: Wayne Parrott <5588978+wayneparrott@users.noreply.github.com> Date: Thu, 6 Jan 2022 16:29:02 -0600 Subject: [PATCH 4/4] Added osx & node 10 & 12 to build matrix --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9645922..ade33dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ sudo: false dist: bionic +os: + - linux + - osx + +osx_image: xcode12 + addons: apt: sources: @@ -12,8 +18,9 @@ addons: language: node_js node_js: + - "10" + - "12" - "14" - - "15" - "16" after_success: