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
|
||||
//
|
||||
// https://stackoverflow.com/a/69746937/4536327
|
||||
const buildEnv = {
|
||||
...is17 && {
|
||||
NODE_OPTIONS: '--openssl-legacy-provider',
|
||||
},
|
||||
const buildEnv = is17 && {
|
||||
NODE_OPTIONS: '--openssl-legacy-provider',
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue