We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c04b5c commit bff24a6Copy full SHA for bff24a6
1 file changed
package.json
@@ -3,6 +3,9 @@
3
"version": "4.1.1",
4
"description": "Generate binary filesystem diffs between docker images to speed up distribution",
5
"main": "out/docker-delta",
6
+ "engines": {
7
+ "node": ">=22.22.0 <23.0.0 || >=24.13.0"
8
+ },
9
"scripts": {
10
"lint-fix": "balena-lint -t tsconfig.dev.json --fix -e js -e ts lib/ test/",
11
"lint": "balena-lint -t tsconfig.dev.json -e js -e ts lib/ test/",
@@ -15,7 +18,7 @@
15
18
"@balena/lint": "^9.3.8",
16
19
"@types/bluebird": "^3.5.42",
17
20
"@types/dockerode": "^3.3.44",
- "@types/node": "^16.18.126",
21
+ "@types/node": "^22.19.8",
22
"chai": "^4.5.0",
23
"chai-events": "0.0.3",
24
"chai-stream": "0.0.0",
0 commit comments