chore: bump node version to v18 (#7310)

* chore: bump node version to v18

* fix(web): support node 19 as accepted

* fix(web): update boxyhq/saml-jackson to 1.8.1

* Drop support for Node 16.x

* Removed n19 pending @azure/msal-node

---------

Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: zomars <zomars@me.com>
pull/7700/head
Yagiz Nizipli 2023-03-15 16:15:16 -04:00 committed by GitHub
parent 2cc937ba87
commit 47bf6d27d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 770 additions and 639 deletions

View File

@ -3,7 +3,7 @@ description: "Cache or restore if necessary"
inputs:
node_version:
required: false
default: v16.x
default: v18.x
runs:
using: "composite"
steps:

View File

@ -3,7 +3,7 @@ description: "Install all NPM dependencies, caches them and restores if necessar
inputs:
node_version:
required: false
default: v16.x
default: v18.x
runs:
using: "composite"
steps:

2
.nvmrc
View File

@ -1 +1 @@
v16
v18

View File

@ -1 +1 @@
14.17
v18

View File

@ -1 +1 @@
v16
v18

View File

@ -19,11 +19,11 @@
"check-changed-files": "ts-node scripts/ts-check-changed-files.ts"
},
"engines": {
"node": "16.x || 18.x",
"node": "18",
"yarn": ">=1.19.0 < 2.0.0"
},
"dependencies": {
"@boxyhq/saml-jackson": "1.7.1",
"@boxyhq/saml-jackson": "1.8.2",
"@calcom/app-store": "*",
"@calcom/app-store-cli": "*",
"@calcom/core": "*",

View File

@ -107,7 +107,7 @@
]
},
"engines": {
"node": ">=16.x",
"node": ">=18.x",
"npm": ">=7.0.0",
"yarn": ">=1.19.0 < 2.0.0"
},

1393
yarn.lock

File diff suppressed because it is too large Load Diff