Remove custom node version installation

This commit is contained in:
Sipke Schoorstra 2021-03-29 13:48:10 +02:00
parent edd9de5156
commit 19d52b6bc3
4 changed files with 14707 additions and 2707 deletions

View file

@ -43,7 +43,6 @@ cache:
install:
- docker version
- ps: >-
Install-Product node $env:nodejs_version
cd .\src\dashboards\blazor\ElsaDashboard.Application

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,6 @@
"build:debug": "cross-env webpack --mode=development --env configuration=Debug",
"watch": "cross-env webpack --watch --mode=development --env configuration=Debug"
},
"types": "dist/types/components.d.ts",
"devDependencies": {
"@babel/core": "^7.12.16",