Skip to content

Commit

Permalink
Fix old Node.js support
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 8, 2023
1 parent 24cbde3 commit 15c5f61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm install --ignore-scripts
- name: Downgrade TypeScript
run: pnpm install typescript@4
- name: Run unit tests
run: pnpm run old
windows:
Expand Down

0 comments on commit 15c5f61

Please sign in to comment.