We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f74b2 commit bd44faeCopy full SHA for bd44fae
‎.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/setup-node@v4
22
with:
23
cache: pnpm
24
+ node-version: ">= 21"
25
- name: Install dependencies
26
run: pnpm install
27
‎packages/all/package.json
@@ -17,7 +17,7 @@
17
"repository": "github:ast-grep/langs",
18
"scripts": {
19
"format": "biome format --write",
20
- "test": "node --test '*.test.js'"
+ "test": "node --test './**/*.test.js'"
},
"dependencies": {
"@ast-grep/lang-angular": "workspace:*",
0 commit comments