Skip to content

Commit

Permalink
chore(pkg)!: Require node >= 16
Browse files Browse the repository at this point in the history
Bumping the supported versions to more recent ones.

BREAKING CHANGE: This commit turns on `strictEngines`
  • Loading branch information
darinspivey committed Nov 1, 2024
1 parent 9676fb7 commit 6ba1ed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ pipeline {
steps {
error("A maintainer needs to approve this PR for CI by commenting")
}
}
}
stage('Test Suite') {
matrix {
axes {
axis {
name 'NODE_VERSION'
values '12', '14', '16'
values '16', '18', '20'
}
}

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"url": "https://github.com/logdna/stdlib-node/issues"
},
"license": "MIT",
"engineStrict": true,
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 6ba1ed6

Please sign in to comment.