mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Don't uninstall typescript before npm ci in GHA (#50062)
This commit is contained in:
parent
df58836577
commit
adfb20fbeb
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -31,10 +31,6 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
check-latest: true
|
||||
- name: Remove existing TypeScript
|
||||
run: |
|
||||
npm uninstall typescript --no-save
|
||||
npm uninstall tslint --no-save
|
||||
- run: npm ci
|
||||
|
||||
# Re: https://github.com/actions/setup-node/pull/125
|
||||
|
||||
@ -12,10 +12,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v3
|
||||
- name: Remove existing TypeScript
|
||||
run: |
|
||||
npm uninstall typescript --no-save
|
||||
npm uninstall tslint --no-save
|
||||
- name: npm install and test
|
||||
run: |
|
||||
npm ci
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user