MM-53989 Upgrade to Node 18 and NPM 9 (#24283)

* MM-53989 Update to Node 18 and NPM 9

* MM-53989 Remove skip_integrity_check.js

* Force e2e-test/cypress to use its version of TS for types package

* Update .nvmrc

* Update .nvmrc lineending

* Update server.override.yml

---------

Co-authored-by: M-ZubairAhmed <m-zubairahmed@protonmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Harrison Healey
2023-08-28 14:37:05 -04:00
committed by GitHub
parent 053041cd2c
commit 8235b5bb44
7 changed files with 17 additions and 170 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "app",
"name": "cypress",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -75,6 +75,11 @@
"uuid": "9.0.0",
"yargs": "17.7.2"
},
"overrides": {
"@mattermost/types": {
"typescript": "^5.0.4"
}
},
"scripts": {
"postinstall": "patch-package",
"check-types": "tsc -b",