From 8ac595ad050bcad264c77c3cff88db64a7866aef Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Tue, 3 May 2022 15:34:36 +0300 Subject: [PATCH] ci: disable nodejs v18 tests awaits https://github.com/indutny/node-ip/pull/114 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1755d93..4f5f23e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04 ] - node-version: [ 14, 18 ] + node-version: [ 14, 16 ] name: Test (Node v${{ matrix.node-version }}, OS ${{ matrix.os }}) runs-on: ${{ matrix.os }} steps: