Skip to content

Commit

Permalink
ci: remove stable from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed Oct 31, 2021
1 parent 799d0e1 commit f5625a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
language: node_js
node_js:
- 'stable'
# Disabling Stable for now since there's some breakage in tslib
# on Node 17.
# - 'stable'
- '16'
- '14'
- '12'
Expand Down

0 comments on commit f5625a8

Please sign in to comment.