Skip to content

Commit d82f0e7

Browse files
committed
try building
1 parent 2456f60 commit d82f0e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
if: matrix.nodejs >= 18
4848
run: oxlint .
4949

50+
- name: Build
51+
if: matrix.nodejs < 18
52+
run: npm run build
53+
5054
- name: Test
5155
if: matrix.nodejs < 18
5256
run: npm test

0 commit comments

Comments
 (0)