Skip to content

Commit 1c52c64

Browse files
committed
disable node 18 in CI
1 parent bad8b7a commit 1c52c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- "14"
55
- "16"
6-
- "18"
6+
# - "18" # Not supported yet (ref. error:0308010C:digital envelope routines::unsupported)
77
script:
88
- npm run lint
99
- npm run test

0 commit comments

Comments
 (0)