We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c8fb6 commit 489350eCopy full SHA for 489350e
bin/runTests.sh
package.json
@@ -5,15 +5,15 @@
5
"author": "Google LLC",
6
"license": "Apache-2.0",
7
"engines": {
8
- "node": ">= 20.x",
9
- "npm": ">= 10.x"
+ "node": ">= 24.x",
+ "npm": ">= 11.x"
10
},
11
"scripts": {
12
"build": "rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts",
13
"lint": "eslint .",
14
"format": "eslint . --fix",
15
"docs": "rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown",
16
- "test": "bash ./bin/runTests.sh"
+ "test": "node --require ts-node/register --test-reporter spec --test tests/**/*.test.ts"
17
18
"bin": {
19
"actions-gen-readme": "./bin/actions-gen-readme.mjs"
0 commit comments