Skip to content

Commit 505a7c6

Browse files
committed
BREAKING CHANGE: Upgrade minimal node version to 18
1 parent 15cad91 commit 505a7c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x]
19+
node-version: [20.x, 22.x, 24.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/Modularity-Bulgaria/http_build_query/issues"
2525
},
2626
"engines": {
27-
"node": ">= 14.x"
27+
"node": ">= 20.x"
2828
},
2929
"homepage": "https://github.com/Modularity-Bulgaria/http_build_query#readme",
3030
"devDependencies": {

0 commit comments

Comments
 (0)