Browse Source

Merge pull request #12 from username-is-already-taken2/gb/fix-node-testing

bumped node to 18 which passes the test suite
master
Taylor Silva 3 years ago
committed by GitHub
parent
commit
39b6909c85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pipelines/nodejs-app-testing.yml

2
pipelines/nodejs-app-testing.yml

@ -10,7 +10,7 @@ resources:
type: registry-image type: registry-image
source: source:
repository: node repository: node
tag: 13.10.1-stretch
tag: 18
jobs: jobs:
- name: test - name: test

Loading…
Cancel
Save