Skip to content

Commit cc4185d

Browse files
authored
Merge branch 'canary' into chore/require-node-20
2 parents 3759037 + 224fc52 commit cc4185d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
2727
- name: Install packages
2828
run: pnpm install
29+
- name: Run build
30+
run: pnpm build
2931
- name: Run Tests
3032
run: pnpm test
3133
env:

0 commit comments

Comments
 (0)