From 224d65326d25c36023a2b5280993d601757b444c Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Wed, 22 Jun 2022 19:37:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=D1=8B=20=D1=82=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=BD=D0=B0=20LTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8dae823..b55097b 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [ lts/*, latest ] + node-version: [ lts/* ] steps: - uses: actions/checkout@v3 @@ -22,10 +22,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: Override NODE options for the most recent version - if: matrix.node-version == 'latest' - run: echo "NODE_OPTIONS=--openssl-legacy-provider" >> $GITHUB_ENV - - name: Clean install, build, test run: | npm ci