Files
status-app/package.json
T
jakub 00c52d6be3 chore(ci): upgrade Node.js from 18 to 22
End-of-Life for Node.js 18 was on 30th of April, and the recommended
version to ugprade to is 22 according to this article:
https://nodejs.org/en/blog/announcements/node-18-eol-support

This upgrade should have no impact on usage of create-dmg tool.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2025-07-24 14:15:13 +02:00

17 lines
272 B
JSON

{
"name": "nim-status-client",
"version": "0.0.0",
"private": true,
"files": [],
"devDependencies": {
"create-dmg": "status-im/create-dmg#678fbd4"
},
"engines": {
"node": ">=22",
"npm": ">=7"
},
"dependencies": {
"nodemon": "3.0.1"
}
}