Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
sudo: false

dist: bionic

os:
- linux
- osx

osx_image: xcode12

addons:
apt:
sources:
Expand All @@ -10,8 +18,9 @@ addons:
language: node_js

node_js:
- "10"
- "12"
- "14"
- "15"
- "16"

after_success:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ environment:
# node.js
- nodejs_version: "14"
- nodejs_version: "15"
- nodejs_version: "16"

platform:
- x86
Expand Down
2 changes: 1 addition & 1 deletion test/array.js
Original file line number Diff line number Diff line change
@@ -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);

Expand Down