Skip to content

Commit 9f9252e

Browse files
authored
fix: changing node version on integration tests to 22 (#698)
1 parent 0e1333b commit 9f9252e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/testdata/graceful_shutdown_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"description": "some graceful app",
77
"engines": {
8-
"node": "~18"
8+
"node": "~22"
99
},
1010
"license": "",
1111
"name": "graceful_shutdown_app",

0 commit comments

Comments
 (0)