Skip to content

Commit

Permalink
chore: bump node version to v18 (calcom#7310)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: zomars <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2023
1 parent 2cc937b commit 47bf6d2
Show file tree
Hide file tree
Showing 8 changed files with 777 additions and 646 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cache-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/yarn-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
2 changes: 1 addition & 1 deletion apps/docs/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17
v18
2 changes: 1 addition & 1 deletion apps/web/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
]
},
"engines": {
"node": ">=16.x",
"node": ">=18.x",
"npm": ">=7.0.0",
"yarn": ">=1.19.0 < 2.0.0"
},
Expand Down
1,407 changes: 769 additions & 638 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 47bf6d2

Please sign in to comment.