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>
This commit is contained in:
Yagiz Nizipli
2023-03-15 20:15:16 +00:00
committed by GitHub
co-authored by Alex van Andel zomars
parent 2cc937ba87
commit 47bf6d27d9
8 changed files with 770 additions and 639 deletions
+1 -1
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:
+1 -1
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:
+1 -1
View File
@@ -1 +1 @@
v16
v18
+1 -1
View File
@@ -1 +1 @@
14.17
v18
+1 -1
View File
@@ -1 +1 @@
v16
v18
+2 -2
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": "*",
+1 -1
View File
@@ -107,7 +107,7 @@
]
},
"engines": {
"node": ">=16.x",
"node": ">=18.x",
"npm": ">=7.0.0",
"yarn": ">=1.19.0 < 2.0.0"
},
+762 -631
View File
File diff suppressed because it is too large Load Diff