Skip to content

Commit 15c5f61

Browse files
committed
Fix old Node.js support
1 parent 24cbde3 commit 15c5f61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
node-version: ${{ matrix.node-version }}
7575
- name: Install dependencies
7676
run: pnpm install --ignore-scripts
77+
- name: Downgrade TypeScript
78+
run: pnpm install typescript@4
7779
- name: Run unit tests
7880
run: pnpm run old
7981
windows:

0 commit comments

Comments
 (0)