From a9cb4370952041210748d9bb4a625a21c95fa59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Sat, 11 Sep 2021 06:55:07 +0000 Subject: [PATCH] ci: lower node16 to avoid nodejs/node#40030 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c91c2c89..eb20c423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.11, 14, 16] + node-version: [12.11, 14, 16.8] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.11, 14, 16] + node-version: [12.11, 14, 16.8] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.11, 14, 16] + node-version: [12.11, 14, 16.8] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.11, 14, 16] + node-version: [12.11, 14, 16.8] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}