Bump node tester version and add additional yarn install step to fix linting

This commit is contained in:
Mark Sinclair
2025-11-07 20:24:38 +00:00
parent 95168ac280
commit 88442c73ec
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -49,7 +49,11 @@ jobs:
- name: Build packages
run: yarn build:ci
- name: Install again
run: yarn
- name: Lint
run: yarn lint
- name: Typecheck with tsc
run: yarn tsc