Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Bump Node version in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopjb authored Mar 17, 2021
1 parent 2af64cc commit e3342ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ matrix:
- popd
- language: node_js
node_js:
- "14.15"
- "14.16"
env:
- SETTINGS_PATH="$(pwd)/broker/config/settings.yml"
script:
Expand All @@ -109,7 +109,7 @@ matrix:
- popd
- language: node_js
node_js:
- "14.15"
- "14.16"
env:
- SETTINGS_PATH="$(pwd)/broker/config/settings.yml"
script:
Expand All @@ -123,7 +123,7 @@ matrix:
- popd
- language: node_js
node_js:
- "14.15"
- "14.16"
before_install:
# - pip install --user truffleHog==2.0.89
- |
Expand Down

0 comments on commit e3342ef

Please sign in to comment.