From 3b70d02eee8d03863ab7d8bc9b19701efce0a95f Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Wed, 30 Jul 2025 16:05:00 +0100 Subject: [PATCH] Upgrade to node24 upgrade to node24 --- .github/workflows/check-dist.yml | 2 +- package-lock.json | 3 +++ package.json | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 30aa221..d152b54 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -16,4 +16,4 @@ jobs: name: Check dist/ uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main with: - node-version: '20' + node-version: '24' diff --git a/package-lock.json b/package-lock.json index a435a15..2808836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,6 +29,9 @@ "prettier": "^3.5.3", "ts-jest": "^29.1.1", "typescript": "^5.3.2" + }, + "engines": { + "node": ">=24" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index f64d419..9b6ef84 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.3.0", "description": "Update the major version tag (v1, v2, etc.) to point to the specified tag", "main": "lib/main.js", + "engines": { + "node": ">=24" + }, "scripts": { "build": "tsc && ncc build", "test": "jest",