mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Also update appinsights (#563)
* Also update appinsights * remove node 12 since appinsights@2 does not support it * Add DOM to tsconfig. Why does app insights 2 depend on URL from the DOM? I don't know, seems wrong.
This commit is contained in:
committed by
GitHub
parent
ffd26494db
commit
2a1f6b780c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '12', '14' ]
|
||||
node: [ '14' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
|
||||
Reference in New Issue
Block a user