Skip to content

Commit

Permalink
minimum TS is 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 9, 2022
1 parent c0f9dd2 commit a4d1ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
run: yarn build
- name: test typings
run: yarn test-types
- name: verify TypeScript@3.8 compatibility
- name: verify TypeScript@4.2 compatibility
run: yarn verify-old-ts
- name: verify Yarn PnP compatibility
run: yarn verify-pnp
Expand Down
2 changes: 1 addition & 1 deletion scripts/verifyOldTs.js
Expand Up @@ -29,7 +29,7 @@ const tsConfig = {
};
const cwd = tempy.directory();

const tsVersion = '3.8';
const tsVersion = '4.2';

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

0 comments on commit a4d1ded

Please sign in to comment.