Bump references to support node22 (#7901)

* Bump references to support node22

* strings!

---------

Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
This commit is contained in:
John Hill 2024-10-18 10:07:26 -07:00 committed by GitHub
parent 518b55cf0f
commit 078cd341a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -286,8 +286,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: node20-lint name: node22-lint
node-version: lts/iron node-version: '22'
- unit-test: - unit-test:
name: node18-chrome name: node18-chrome
node-version: lts/hydrogen node-version: lts/hydrogen
@ -304,8 +304,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: node20-chrome-nightly name: node22-chrome-nightly
node-version: lts/iron node-version: '22'
- unit-test: - unit-test:
name: node18-chrome name: node18-chrome
node-version: lts/hydrogen node-version: lts/hydrogen

2
package-lock.json generated
View File

@ -93,7 +93,7 @@
"webpack-merge": "5.10.0" "webpack-merge": "5.10.0"
}, },
"engines": { "engines": {
"node": ">=18.14.2 <22" "node": ">=18.14.2 <23"
} }
}, },
"e2e": { "e2e": {

View File

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