We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb0563 commit c83a8dcCopy full SHA for c83a8dc
.github/workflows/run-spec-on-push.yaml
@@ -1,4 +1,4 @@
1
-name: Build and Run Specifications
+name: Build and Test
2
3
on: [push]
4
package.json
@@ -82,14 +82,13 @@
82
"chalk": "~5.3",
83
"cli-argv-util": "~1.2",
84
"fancy-log": "~2.0",
85
- "glob": "~10.3",
+ "glob": "~10.4",
86
"slash": "~5.1"
87
},
88
"devDependencies": {
89
+ "@eslint/js": "~9.3",
90
"@types/fancy-log": "~2.0",
91
"@types/node": "~20.12",
- "@typescript-eslint/eslint-plugin": "~7.9",
92
- "@typescript-eslint/parser": "~7.9",
93
"add-dist-header": "~1.4",
94
"assert-deep-strict-equal": "~1.2",
95
"copy-file-util": "~1.2",
@@ -102,6 +101,7 @@
102
101
"rimraf": "~5.0",
103
"run-scripts-util": "~1.2",
104
"typescript": "~5.4",
+ "typescript-eslint": "~7.11",
105
"uglify-js": "~3.17"
106
}
107
0 commit comments