mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-21 04:53:08 +03:00
run test on node 16 and LTS (18)
This commit is contained in:
parent
aab6c56ca9
commit
4c33eb4d8e
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [ lts/* ]
|
node-version: [ 16, lts/* ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -33,10 +33,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js latest
|
- name: Use Node.js LTS
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: latest
|
node-version: lts/*
|
||||||
- name: Clean install, lint
|
- name: Clean install, lint
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
Loading…
Reference in New Issue
Block a user