Skip to content

Commit e07f539

Browse files
authored
Merge pull request #29 from pipedrive/UNLM-60-node-22-upgrade
UNLM-60: declare Node.js engine >=22
2 parents 0ae2077 + a95d80f commit e07f539

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"IMAP"
99
],
1010
"license": "MIT",
11+
"engines": {
12+
"node": ">=22.0.0"
13+
},
1114
"scripts": {
1215
"build": "./scripts/build.sh",
1316
"lint": "$(npm bin)/standard",

0 commit comments

Comments
 (0)