Skip to content

Commit

Permalink
馃幁 Merge branch 'main' into improve-binding-element-type-inference
Browse files Browse the repository at this point in the history
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
  • Loading branch information
babakks committed Aug 9, 2022
2 parents 69ebdc5 + 6aa9b87 commit 84b0110
Show file tree
Hide file tree
Showing 368 changed files with 22,846 additions and 2,110 deletions.
4 changes: 1 addition & 3 deletions .github/pr_owners.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
sandersn
elibarzilay
weswigham
andrewbranch
RyanCavanaugh
sheetalkamat
orta
rbuckton
ahejlsberg
amcasey
jessetrinity
minestarks
armanio123
gabritto
jakebailey
DanielRosenwasser
navya9singh
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release-branch-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/update-package-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Configure git and update package-lock.json
run: |
git config user.email "typescriptbot@microsoft.com"
git config user.name "TypeScript Bot"
npm install --package-lock-only --ignore-scripts
rm package-lock.json
npm install --package-lock-only --ignore-scripts # This is a no-op if package-lock.json is present.
git add -f package-lock.json
if git commit -m "Update package-lock.json"; then
git push
Expand Down

0 comments on commit 84b0110

Please sign in to comment.