Skip to content

Commit a400bfc

Browse files
authored
Merge pull request #749 from ZenUml/upgrade-zenuml-and-deps
Upgrade zenuml and deps
2 parents 2b1b392 + de61467 commit a400bfc

File tree

6 files changed

+425
-627
lines changed

6 files changed

+425
-627
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [16.x]
14+
node-version: [18.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3

functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "functions",
33
"description": "Cloud Functions for Firebase",
44
"engines": {
5-
"node": "16"
5+
"node": "18"
66
},
77
"scripts": {
88
"lint": "eslint .",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"eslint": "^5.12.0",
2626
"eslint-plugin-promise": "^4.0.1",
27-
"firebase-tools": "^11.30.0"
27+
"firebase-tools": "^13.6.0"
2828
},
2929
"private": true
3030
}

0 commit comments

Comments
 (0)