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:
Nathan Shively-Sanders
2022-11-09 09:55:37 -08:00
committed by GitHub
parent ffd26494db
commit 2a1f6b780c
4 changed files with 92 additions and 17 deletions

View File

@@ -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