mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
7aacf203a0
commit
6b9d43e9ab
16 changed files with 28 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ const testEnv = {
|
|||
};
|
||||
|
||||
const is17 = /^v1[789]/.test(process.version);
|
||||
const is20 = /^v2/.test(process.version);
|
||||
const is20 = process.version.startsWith('v2');
|
||||
|
||||
// fix for ERR_OSSL_EVP_UNSUPPORTED on node v17
|
||||
// flag '--openssl-legacy-provider' not supported
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue