Skip to content

Commit 3c307f0

Browse files
committed
chore: Disable Node 15 temporarily
1 parent 2880ab1 commit 3c307f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ node_js:
77
- 10
88
- 12
99
- 14
10-
- node
10+
# Disable Node 15 until https://github.com/npm/cli/issues/1989 is fixed and included
11+
# - node
1112
install: npm install
1213
script:
1314
- npm run validate

0 commit comments

Comments
 (0)