[Build] Update to Node 20 and remove 16 (EOL) (#7260)

attempt one
This commit is contained in:
John Hill 2023-11-28 13:05:28 -08:00 committed by GitHub
parent 415b65237b
commit 39a31617b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -237,8 +237,8 @@ workflows:
overall-circleci-commit-status: #These jobs run on every commit overall-circleci-commit-status: #These jobs run on every commit
jobs: jobs:
- lint: - lint:
name: node16-lint name: node20-lint
node-version: lts/gallium node-version: lts/iron
- unit-test: - unit-test:
name: node18-chrome name: node18-chrome
node-version: lts/hydrogen node-version: lts/hydrogen
@ -256,8 +256,8 @@ workflows:
the-nightly: #These jobs do not run on PRs, but against master at night the-nightly: #These jobs do not run on PRs, but against master at night
jobs: jobs:
- unit-test: - unit-test:
name: node16-chrome-nightly name: node20-chrome-nightly
node-version: lts/gallium node-version: lts/iron
- unit-test: - unit-test:
name: node18-chrome name: node18-chrome
node-version: lts/hydrogen node-version: lts/hydrogen

View File

@ -22,7 +22,7 @@ jobs:
- macos-latest - macos-latest
- windows-latest - windows-latest
node_version: node_version:
- lts/gallium - lts/iron
- lts/hydrogen - lts/hydrogen
architecture: architecture:
- x64 - x64

View File

@ -126,7 +126,7 @@
"url": "https://github.com/nasa/openmct.git" "url": "https://github.com/nasa/openmct.git"
}, },
"engines": { "engines": {
"node": ">=16.19.1 <20" "node": ">=18.14.2 <22"
}, },
"browserslist": [ "browserslist": [
"Firefox ESR", "Firefox ESR",