Merge pull request #39989 from amcasey/pinned-release-4.0

Pin dependencies in release branch
This commit is contained in:
Andrew Casey
2020-08-13 10:24:54 -07:00
committed by GitHub
5 changed files with 8783 additions and 9 deletions
+3 -4
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
@@ -30,8 +30,7 @@ jobs:
run: |
npm uninstall typescript --no-save
npm uninstall tslint --no-save
- run: npm install
- run: npm update
- run: npm ci
# Re: https://github.com/actions/setup-node/pull/125
- name: Register Problem Matcher for TSC
@@ -45,4 +44,4 @@ jobs:
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration
-1
View File
@@ -84,7 +84,6 @@ tests/cases/user/*/**/*.d.ts
tests/baselines/reference/dt
.failed-tests
TEST-results.xml
package-lock.json
tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
-1
View File
@@ -1 +0,0 @@
package-lock=false
+3 -3
View File
@@ -1,9 +1,9 @@
language: node_js
node_js:
- 'node'
- '14'
- '12'
- '10'
- '8'
env:
- workerCount=3 timeout=600000
@@ -18,7 +18,7 @@ branches:
install:
- npm uninstall typescript --no-save
- npm install
- npm ci
cache:
directories:
+8777
View File
File diff suppressed because it is too large Load Diff