mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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:
2
e2e-tests/cypress/package-lock.json
generated
2
e2e-tests/cypress/package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user