From e496ff5c3581183d131e5c331567b9ff4ebebbd8 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1755d93..0a41e83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: name: target - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 - name: Install deps run: | sudo apt-get install moreutils @@ -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: