Skip to content

Commit 47bf6d2

Browse files
anonrigemrysalzomars
authored
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>
1 parent 2cc937b commit 47bf6d2

File tree

8 files changed

+777
-646
lines changed

8 files changed

+777
-646
lines changed

.github/actions/cache-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Cache or restore if necessary"
33
inputs:
44
node_version:
55
required: false
6-
default: v16.x
6+
default: v18.x
77
runs:
88
using: "composite"
99
steps:

.github/actions/yarn-install/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Install all NPM dependencies, caches them and restores if necessar
33
inputs:
44
node_version:
55
required: false
6-
default: v16.x
6+
default: v18.x
77
runs:
88
using: "composite"
99
steps:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
v18

apps/docs/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.17
1+
v18

apps/web/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
v18

apps/web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"check-changed-files": "ts-node scripts/ts-check-changed-files.ts"
2020
},
2121
"engines": {
22-
"node": "16.x || 18.x",
22+
"node": "18",
2323
"yarn": ">=1.19.0 < 2.0.0"
2424
},
2525
"dependencies": {
26-
"@boxyhq/saml-jackson": "1.7.1",
26+
"@boxyhq/saml-jackson": "1.8.2",
2727
"@calcom/app-store": "*",
2828
"@calcom/app-store-cli": "*",
2929
"@calcom/core": "*",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
]
108108
},
109109
"engines": {
110-
"node": ">=16.x",
110+
"node": ">=18.x",
111111
"npm": ">=7.0.0",
112112
"yarn": ">=1.19.0 < 2.0.0"
113113
},

yarn.lock

+769-638
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)