Skip to content

Commit 60c757e

Browse files
committed
💚 node-version: ">= 21"
1 parent a674e7a commit 60c757e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
cache: pnpm
24+
node-version: ">= 21"
2425
- name: Install dependencies
2526
run: pnpm install
2627

‎packages/all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"repository": "github:ast-grep/langs",
1818
"scripts": {
1919
"format": "biome format --write",
20-
"test": "node --test '*.test.js'"
20+
"test": "node --test './**/*.test.js'"
2121
},
2222
"dependencies": {
2323
"@ast-grep/lang-angular": "workspace:*",

0 commit comments

Comments
 (0)