Skip to content

Commit 477d6d9

Browse files
mattbaileyukandrew-coleman
andauthoredSep 6, 2021
Update .travis.yml (#536)
Co-authored-by: Andrew Coleman <andrew_coleman@uk.ibm.com>
1 parent d9bbcce commit 477d6d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3+
- '16'
4+
- '14'
35
- '12'
4-
- '10'
5-
- '8'
66
after_success:
77
- npm run coveralls
88
jobs:
@@ -17,7 +17,7 @@ jobs:
1717
- cd website && npm install && GIT_USER="${GH_NAME}" npm run publish-gh-pages
1818
- stage: npm release
1919
if: branch = master AND repo = jsonata-js/jsonata
20-
node_js: '10'
20+
node_js: '14'
2121
script: echo "Deploying to npm..."
2222
deploy:
2323
provider: npm

0 commit comments

Comments
 (0)
Please sign in to comment.