Skip to content

Commit

Permalink
fix: install updated saml to address issue with malformed pem (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-renaud-okta authored May 18, 2022
1 parent d7af82c commit ce5cb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 15.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ejs": "2.5.5",
"flowstate": "^0.4.0",
"querystring": "^0.2.0",
"saml": "^2.0.1",
"saml": "^3.0.0",
"xml-crypto": "^2.0.0",
"@auth0/xmldom": "0.1.21",
"xpath": "0.0.5",
Expand Down

0 comments on commit ce5cb5c

Please sign in to comment.