Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: disable node 15 until it can generate random numbers again
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 21, 2020
1 parent bbcaf34 commit 6c06322
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 @@ -15,7 +15,8 @@ stages:

node_js:
- 'lts/*'
- 'node'
# node 15 is broken until the fix for https://github.com/nodejs/node/issues/35722 is released
# - 'node'

os:
- linux
Expand Down

0 comments on commit 6c06322

Please sign in to comment.