From fe011ba7b330e2dea984b7384d6e46d009644d0f Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 29 May 2022 10:21:23 +0200 Subject: [PATCH] Disable node 18 testing for now (fails quite often) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58d92f83a..7a5ef34df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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