Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Bump node version to 14 to handle updated dependencies under test
Browse files Browse the repository at this point in the history
environment
  • Loading branch information
gurbirkalsi committed Jan 14, 2021
1 parent a49961c commit c1022b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: "dashboard-unit-tests"
language: node_js
node_js:
- "13"
- "14"
sudo: required
before_install:
# Remove /usr/local/bin/yarn to avoid conflicts with installed version
Expand All @@ -21,7 +21,7 @@ jobs:
name: "dashboard-e2e-tests"
language: node_js
node_js:
- "13"
- "14"
sudo: required
services:
# allow headless browser tests
Expand Down

0 comments on commit c1022b8

Please sign in to comment.