Use node-version: 'lts/gallium' (#6540)

* Update e2e-couchdb.yml

* this really doesn't like it

---------

Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
This commit is contained in:
John Hill 2023-03-31 11:55:20 -07:00 committed by GitHub
parent f8186e4b4e
commit 4f10a93ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- run : bash src/plugins/persistence/couch/setup-couchdb.sh
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 'lts/gallium'
- run: npx playwright@1.29.0 install
- run: npm install
- run: sh src/plugins/persistence/couch/replace-localstorage-with-couchdb-indexhtml.sh

View File

@ -107,7 +107,7 @@
"url": "https://github.com/nasa/openmct.git"
},
"engines": {
"node": ">=16.20.0"
"node": ">=16.19.1"
},
"browserslist": [
"Firefox ESR",