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>
Этот коммит содержится в:
Harrison Healey
2023-08-28 14:37:05 -04:00
коммит произвёл GitHub
родитель 053041cd2c
Коммит 8235b5bb44
7 изменённых файлов: 17 добавлений и 170 удалений

Просмотреть файл

@@ -54,7 +54,7 @@ services:
condition: service_healthy
webhook-interactions:
image: mattermostdevelopment/mirrored-node:16.10.0
image: mattermostdevelopment/mirrored-node:18.17.1
command: sh -c "npm install -g axios express client-oauth2@larkox/js-client-oauth2#e24e2eb5dfcbbbb3a59d095e831dbe0012b0ac49 && exec node webhook_serve.js"
environment:
NODE_PATH: /usr/local/lib/node_modules/

2
e2e-tests/cypress/package-lock.json сгенерированный
Просмотреть файл

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

Просмотреть файл

@@ -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",