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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
pipelines/nodejs-app-testing.yml
|
|
|
@ -10,7 +10,7 @@ resources: |
|
|
|
type: registry-image |
|
|
|
source: |
|
|
|
repository: node |
|
|
|
tag: 13.10.1-stretch |
|
|
|
tag: 18 |
|
|
|
|
|
|
|
jobs: |
|
|
|
- name: test |
|
|
|
|