Skip to content

Commit cea9bd0

Browse files
committed
Add tests for AST parsers
1 parent b906ef6 commit cea9bd0

File tree

7 files changed

+638
-10
lines changed

7 files changed

+638
-10
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '20'
20+
node-version: '22'
2121
cache: 'npm'
2222

2323
- name: Install dependencies
2424
run: npm ci
2525

26-
- name: Lint
27-
run: npm run lint
26+
- name: Lint & Test
27+
run: npm run lint && npm run test
2828

2929
- name: Build
3030
run: npm run build

0 commit comments

Comments
 (0)