mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-18 19:43:12 +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:
|
||||
matrix:
|
||||
node-version: [ lts/* ]
|
||||
node-version: [ 16, lts/* ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -33,10 +33,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js latest
|
||||
- name: Use Node.js LTS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: latest
|
||||
node-version: lts/*
|
||||
- name: Clean install, lint
|
||||
run: |
|
||||
npm ci
|
||||
|
Loading…
Reference in New Issue
Block a user