Compare commits

...
3 Commits
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 DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_TYPESCRIPT_STANDARD: false VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_TYPESCRIPT_ES: false
VALIDATE_JSCPD: false VALIDATE_JSCPD: false
FILTER_REGEX_EXCLUDE: .*/licenses\.txt$ FILTER_REGEX_EXCLUDE: .*/licenses\.txt$
+1 -1
View File
@@ -44,7 +44,7 @@
"typescript": "^5.5.4" "typescript": "^5.5.4"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=24"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
+3 -3
View File
@@ -4,6 +4,9 @@
"version": "0.0.0", "version": "0.0.0",
"author": "", "author": "",
"private": true, "private": true,
"engines": {
"node": ">=24"
},
"homepage": "https://github.com/actions/typescript-action", "homepage": "https://github.com/actions/typescript-action",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -20,9 +23,6 @@
"exports": { "exports": {
".": "./dist/index.js" ".": "./dist/index.js"
}, },
"engines": {
"node": ">=24"
},
"scripts": { "scripts": {
"bundle": "npm run format:write && npm run package", "bundle": "npm run format:write && npm run package",
"ci-test": "jest", "ci-test": "jest",