Updating npm dependencies and getting the build to work (#1001)

* Updating npm dependencies and getting the build to work

* update node in github actions to 14.x
This commit is contained in:
Richard Knoll
2021-09-22 15:51:32 -07:00
committed by GitHub
parent 617fdeb747
commit bef4ebac43
19 changed files with 123 additions and 662 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [8.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v1

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [8.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v1

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [8.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v1