mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-15 12:53:27 -05:00
Pin dependencies in release branch
With this change, you can build the branch using `npm ci && npm run build`.
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user