Skip to content

Commit e182ee9

Browse files
committed
use ts 14??
1 parent 92e84ab commit e182ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-packages/node-integration-tests/scripts/use-ts-version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ const cwd = join(__dirname, '../../..');
77

88
const tsVersion = process.argv[2] || '3.8';
99

10-
console.log(`Installing typescript@${tsVersion}, and @types/node@16...`);
10+
console.log(`Installing typescript@${tsVersion}, and @types/node@14...`);
1111

12-
execSync(`yarn add --dev --ignore-workspace-root-check typescript@${tsVersion} @types/node@^16`, {
12+
execSync(`yarn add --dev --ignore-workspace-root-check typescript@${tsVersion} @types/node@^14`, {
1313
stdio: 'inherit',
1414
cwd,
1515
});

0 commit comments

Comments
 (0)