mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-18 19:43:12 +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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user