change node version
This commit is contained in:
parent
a94cf5f555
commit
22d7de2a6f
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
shell: bash
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.9.0
|
||||
node-version: 16.15.0
|
||||
- name: Checkout Upstream Lens
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ if (process.platform != "win32") {
|
|||
// build both x86_64 and arm64 for Linux and Darwin
|
||||
packagejson.scripts['build:app'] = "electron-builder --publish onTag --x64 --arm64";
|
||||
}
|
||||
packagejson.engines['node'] = ">=16";
|
||||
fs.writeFileSync('./lens/open-lens/package.json', JSON.stringify(packagejson));
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue