Skip to content

Commit

Permalink
fix: update minimum Node.js version
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Ellis <ricellis@users.noreply.github.com>
  • Loading branch information
ricellis committed Nov 24, 2022
1 parent f817287 commit db281ed
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
@@ -1,8 +1,8 @@
language: node_js

node_js:
- 12
- 14
- 16

cache:
npm: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"./lib/sdk-test-helpers": "./lib/sdk-test-helpers.browser"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"clean": "rm -fr node_modules",
Expand Down

0 comments on commit db281ed

Please sign in to comment.