Skip to content

Commit

Permalink
Merge pull request #749 from ZenUml/upgrade-zenuml-and-deps
Browse files Browse the repository at this point in the history
Upgrade zenuml and deps
  • Loading branch information
MrCoder authored Nov 17, 2024
2 parents 2b1b392 + de61467 commit a400bfc
Show file tree
Hide file tree
Showing 6 changed files with 425 additions and 627 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "functions",
"description": "Cloud Functions for Firebase",
"engines": {
"node": "16"
"node": "18"
},
"scripts": {
"lint": "eslint .",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"eslint": "^5.12.0",
"eslint-plugin-promise": "^4.0.1",
"firebase-tools": "^11.30.0"
"firebase-tools": "^13.6.0"
},
"private": true
}
Loading

0 comments on commit a400bfc

Please sign in to comment.