Merge pull request #12 from dimakura/patch-1

Fix small typo
This commit is contained in:
Chris Patterson
2019-10-11 10:20:54 -04:00
committed by GitHub

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