change node version

This commit is contained in:
Muhammed Kalkan 2023-05-29 19:01:17 +03:00 committed by GitHub
parent a94cf5f555
commit 22d7de2a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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:

View File

@ -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));