Upgrade to node24

upgrade to node24
pull/92/head
Salman Muin Kayser Chishti 5 months ago
parent 3a1493ad40
commit 3b70d02eee

@ -16,4 +16,4 @@ jobs:
name: Check dist/ name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with: with:
node-version: '20' node-version: '24'

3
package-lock.json generated

@ -29,6 +29,9 @@
"prettier": "^3.5.3", "prettier": "^3.5.3",
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"typescript": "^5.3.2" "typescript": "^5.3.2"
},
"engines": {
"node": ">=24"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {

@ -3,6 +3,9 @@
"version": "0.3.0", "version": "0.3.0",
"description": "Update the major version tag (v1, v2, etc.) to point to the specified tag", "description": "Update the major version tag (v1, v2, etc.) to point to the specified tag",
"main": "lib/main.js", "main": "lib/main.js",
"engines": {
"node": ">=24"
},
"scripts": { "scripts": {
"build": "tsc && ncc build", "build": "tsc && ncc build",
"test": "jest", "test": "jest",

Loading…
Cancel
Save