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

Commit

Permalink
travis yml: sticky node v12 (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
W3stside authored Oct 29, 2020
1 parent d3b700e commit b204953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ if: (branch = develop) OR (branch = master) OR (type = pull_request) OR (tag IS
language: node_js
node_js:
# TODO: stable (v13.0.1 at the time) breaks sha3 package compilation
- 'lts/*'
# Sticky v12
- '12'
cache: 'yarn'
script:
- yarn test-coverage
Expand Down

0 comments on commit b204953

Please sign in to comment.