Browse Source

bump node version

the tests have been failing because they use the `for await` syntax
which isn't in node 8

Signed-off-by: Aidan Oldershaw <aoldershaw@pivotal.io>
pull/3/head
Aidan Oldershaw 5 years ago
parent
commit
fe7219b443
  1. 2
      pipelines/nodejs-app-testing.yml

2
pipelines/nodejs-app-testing.yml

@ -17,7 +17,7 @@ jobs:
platform: linux
image_resource:
type: registry-image
source: { repository: node, tag: "8" }
source: { repository: node }
inputs:
- name: nodejs.org-git
run:

Loading…
Cancel
Save