Compare commits

..

3 Commits

Author SHA1 Message Date
Salman Muin Kayser Chishti 70a78da4d0 update packages 2025-08-08 15:14:48 +01:00
Salman Muin Kayser Chishti 9960b6a196 Update linter configuration and update Node.js engine requirements 2025-08-08 15:13:54 +01:00
Salman Chishti bf91408afc update linting rules 2025-08-08 12:04:09 +01:00
4 changed files with 11 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
# See: https://github.com/rhysd/actionlint/blob/v1.7.7/docs/config.md
paths:
.github/workflows/**/*.{yml,yaml}:
ignore:
- invalid runner name "node24"
+1
View File
@@ -44,5 +44,6 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_TYPESCRIPT_ES: false
VALIDATE_JSCPD: false
FILTER_REGEX_EXCLUDE: .*/licenses\.txt$
+1 -1
View File
@@ -44,7 +44,7 @@
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20"
"node": ">=24"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
+3 -3
View File
@@ -4,6 +4,9 @@
"version": "0.0.0",
"author": "",
"private": true,
"engines": {
"node": ">=24"
},
"homepage": "https://github.com/actions/typescript-action",
"repository": {
"type": "git",
@@ -20,9 +23,6 @@
"exports": {
".": "./dist/index.js"
},
"engines": {
"node": ">=24"
},
"scripts": {
"bundle": "npm run format:write && npm run package",
"ci-test": "jest",