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: