Disable node 18 testing for now (fails quite often)

This commit is contained in:
Koen Kanters
2022-05-29 10:21:23 +02:00
committed by GitHub
parent 68035a1256
commit fe011ba7b3
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 17, 18]
node: [14, 16, 17]
exclude:
- os: windows-latest # https://github.com/serialport/node-serialport/issues/2344
node: 17