mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint using actions
This commit is contained in:
parent
f1fcde75c3
commit
c7242199e7
1 changed files with 2 additions and 4 deletions
|
|
@ -14,10 +14,8 @@ const is17 = /^v17/.test(process.version);
|
||||||
// on earlier version of node.js
|
// on earlier version of node.js
|
||||||
//
|
//
|
||||||
// https://stackoverflow.com/a/69746937/4536327
|
// https://stackoverflow.com/a/69746937/4536327
|
||||||
const buildEnv = {
|
const buildEnv = is17 && {
|
||||||
...is17 && {
|
NODE_OPTIONS: '--openssl-legacy-provider',
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider',
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue