Skip to content

Commit a4d1ded

Browse files
committed
minimum TS is 4.2
1 parent c0f9dd2 commit a4d1ded

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: yarn build
5959
- name: test typings
6060
run: yarn test-types
61-
- name: verify TypeScript@3.8 compatibility
61+
- name: verify TypeScript@4.2 compatibility
6262
run: yarn verify-old-ts
6363
- name: verify Yarn PnP compatibility
6464
run: yarn verify-pnp

scripts/verifyOldTs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const tsConfig = {
2929
};
3030
const cwd = tempy.directory();
3131

32-
const tsVersion = '3.8';
32+
const tsVersion = '4.2';
3333

3434
try {
3535
fs.writeFileSync(path.join(cwd, '.yarnrc.yml'), 'nodeLinker: node-modules\n');

0 commit comments

Comments
 (0)