mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-21 04:53:08 +03:00
Тесты только на LTS
This commit is contained in:
parent
0b65a9917a
commit
224d65326d
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [ lts/*, latest ]
|
node-version: [ lts/* ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -22,10 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
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
|
- name: Clean install, build, test
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
Loading…
Reference in New Issue
Block a user