Fix small type

This commit is contained in:
Dimitri Kurashvili
2019-10-11 11:53:18 +04:00
committed by GitHub
parent aad043d1c2
commit 5ba52cd792

View File

@@ -12,7 +12,7 @@ jobs:
container-job:
runs-on: ubuntu-latest
# runs all of the steps inside the specified continer rather than on the VM host.
# runs all of the steps inside the specified container rather than on the VM host.
# Because of this the network configuration changes from host based network to a container network.
container:
image: node:10.16-jessie