Skip to content

Commit 6ba1ed6

Browse files
committed
chore(pkg)!: Require node >= 16
Bumping the supported versions to more recent ones. BREAKING CHANGE: This commit turns on `strictEngines`
1 parent 9676fb7 commit 6ba1ed6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ pipeline {
3838
steps {
3939
error("A maintainer needs to approve this PR for CI by commenting")
4040
}
41-
}
41+
}
4242
stage('Test Suite') {
4343
matrix {
4444
axes {
4545
axis {
4646
name 'NODE_VERSION'
47-
values '12', '14', '16'
47+
values '16', '18', '20'
4848
}
4949
}
5050

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"url": "https://github.com/logdna/stdlib-node/issues"
3030
},
3131
"license": "MIT",
32+
"engineStrict": true,
33+
"engines": {
34+
"node": ">=16"
35+
},
3236
"publishConfig": {
3337
"access": "public"
3438
},

0 commit comments

Comments
 (0)