Skip to content

Commit

Permalink
build: bump minimum node version to v18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node v18 or above is now required to use this package.

Signed-off-by: Dustin Popp <dustinpopp@ibm.com>
  • Loading branch information
dpopp07 committed Jun 18, 2024
1 parent 54b805d commit 3d8fef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: node_js
dist: jammy

node_js:
- 16
- 18
- 20
- 22

cache:
npm: false
Expand All @@ -24,5 +24,5 @@ deploy:
skip_cleanup: true
script: npx semantic-release
on:
node: 20
node: 22
branch: main
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"./lib/sdk-test-helpers": "./lib/sdk-test-helpers.browser"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"scripts": {
"clean": "rm -fr node_modules",
Expand Down

0 comments on commit 3d8fef5

Please sign in to comment.