Skip to content

Commit

Permalink
Test on hapi v20
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Aug 27, 2020
1 parent 55c7c8f commit 76c20d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"@hapi/boom": "7.x.x",
"@hapi/code": "6.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/hapi-19": "npm:@hapi/hapi@19",
"@hapi/hapi-20": "npm:@hapi/hapi@20",
"@hapi/lab": "20.x.x",
"@hapi/somever": "2.x.x",
"coveralls": "3.x.x"
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -11,7 +11,7 @@ const Boom = require('@hapi/boom');
const Hoek = require('@hapi/hoek');
const Toys = require('..');

const Hapi = Somever.match(process.version, '>=12') ? require('@hapi/hapi-19') : require('@hapi/hapi');
const Hapi = Somever.match(process.version, '>=12') ? require('@hapi/hapi-20') : require('@hapi/hapi');

// Test shortcuts

Expand Down

0 comments on commit 76c20d6

Please sign in to comment.