Тесты только на LTS

This commit is contained in:
Artem Vasilev 2022-06-22 19:37:18 +03:00
parent 0b65a9917a
commit 224d65326d

View File

@ -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