Skip to content

Commit 21e62b3

Browse files
committed
WIP
1 parent 23f11b0 commit 21e62b3

File tree

3 files changed

+27502
-195
lines changed

3 files changed

+27502
-195
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '22'
25+
node-version: '24'
2626
cache: 'npm'
2727

2828
- name: Install dependencies
2929
run: npm ci
3030

3131
- name: Run tests
3232
run: npm test
33+
34+
- name: Run prettier check
35+
run: npm run prettier
36+
37+
- name: Run build
38+
run: npm run build

0 commit comments

Comments
 (0)