Node 17 is EOL

This commit is contained in:
Koen Kanters
2022-06-26 16:56:01 +02:00
parent 402081e39d
commit 80f8fb4d98
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -77,10 +77,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 17, 18]
exclude:
- os: windows-latest # https://github.com/serialport/node-serialport/issues/2344
node: 17
node: [14, 16, 18]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps: