Skip to content

Commit e123113

Browse files
authored
Merge pull request #7 from pipedrive/UNLM-60-node-22-upgrade
UNLM-60: declare Node.js engine >=22
2 parents 785c880 + d78832e commit e123113

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
@@ -15,6 +15,9 @@
1515
}
1616
],
1717
"license": "MIT",
18+
"engines": {
19+
"node": ">=22.0.0"
20+
},
1821
"scripts": {
1922
"build": "npm run build-worker && rm -rf dist && babel src --out-dir dist --ignore '**/*-unit.js' --source-maps inline",
2023
"build-worker": "rm -f res/tls.worker.blob && npx webpack --config webpack.config.worker.js -p && mv res/tls.worker.js res/tls.worker.blob",

0 commit comments

Comments
 (0)