Use correct package name
This commit is contained in:
parent
c8e201f054
commit
9bec332643
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
||||||
commands:
|
commands:
|
||||||
- apt-get install node
|
- apt-get install nodejs
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
- ./build.sh
|
- ./build.sh
|
Loading…
Add table
Add a link
Reference in a new issue