Skip to content

Commit 964fa6e

Browse files
YanpasJohnstonCode
authored andcommitted
chore: Bump minimal version to 1.26, fix typescript 3.2, npx and typescript version (#435)
1 parent 21ea5f9 commit 964fa6e

File tree

6 files changed

+562
-891
lines changed

6 files changed

+562
-891
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
VSCODE_BUILD_VERBOSE: true
77

88
matrix:
9-
# - CODE_VERSION: "1.20.0" # Minimal Version
9+
# - CODE_VERSION: "1.26.0" # Minimal Version
1010
- CODE_VERSION: "*" # Last Stable Version
1111
# - CODE_VERSION: "insiders" # Insider Version
1212

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88
- osx
99

1010
env:
11-
- CODE_VERSION=1.20.0 # Minimal Version
11+
- CODE_VERSION=1.26.0 # Minimal Version
1212
- CODE_VERSION=* # Last Stable Version
1313
- CODE_VERSION=insiders # Insider Version
1414

0 commit comments

Comments
 (0)