From 9960b6a1968fcd8ebbe52e1a835382fae8b6fc17 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Fri, 8 Aug 2025 15:13:54 +0100 Subject: [PATCH] Update linter configuration and update Node.js engine requirements --- actionlint.yml => .github/linters/actionlint.yml | 0 .github/workflows/linter.yml | 1 - package.json | 5 ++++- 3 files changed, 4 insertions(+), 2 deletions(-) rename actionlint.yml => .github/linters/actionlint.yml (100%) diff --git a/actionlint.yml b/.github/linters/actionlint.yml similarity index 100% rename from actionlint.yml rename to .github/linters/actionlint.yml diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 73b2408..9b15cd0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -43,7 +43,6 @@ jobs: env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - LINTER_RULES_PATH: . VALIDATE_TYPESCRIPT_STANDARD: false VALIDATE_TYPESCRIPT_ES: false VALIDATE_JSCPD: false diff --git a/package.json b/package.json index 820e591..32dad93 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "version": "0.0.0", "author": "", "private": true, + "engines": { + "node": ">=24" + }, "homepage": "https://github.com/actions/typescript-action", "repository": { "type": "git", @@ -21,7 +24,7 @@ ".": "./dist/index.js" }, "engines": { - "node": ">=24" + "node": ">=20" }, "scripts": { "bundle": "npm run format:write && npm run package",