Skip to content

Commit

Permalink
chore: disable node 12 instead of 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 26, 2021
1 parent f1bb1ab commit 9f29610
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 @@ -2,9 +2,9 @@ os: linux
dist: xenial
language: node_js
node_js:
# - "16"
- "16"
# - "14.14.0"
- "12.20.0"
# - "12.20.0"
install:
- echo "Avoid Travis's npm auto-install"
before_script: >
Expand Down

0 comments on commit 9f29610

Please sign in to comment.