Skip to content

Commit 90ee7fd

Browse files
committed
chore: update to node 16
update non-major dependencies
1 parent a51b13f commit 90ee7fd

File tree

7 files changed

+3646
-5826
lines changed

7 files changed

+3646
-5826
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: '14.x'
29+
node-version: '16.x'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v2
@@ -107,7 +107,7 @@ jobs:
107107
if: steps.pkg_version.outputs.publish == 1
108108
uses: actions/setup-node@v3
109109
with:
110-
node-version: '14.x'
110+
node-version: '16.x'
111111
registry-url: 'https://registry.npmjs.org/'
112112

113113
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '14.x'
28+
node-version: '16.x'
2929
registry-url: 'https://registry.npmjs.org/'
3030

3131
- name: Cache dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
16

functions/package-lock.json

Lines changed: 144 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"logs": "firebase functions:log"
1111
},
1212
"engines": {
13-
"node": "14"
13+
"node": "16",
14+
"npm": "^8.19.0"
1415
},
1516
"dependencies": {
1617
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",

0 commit comments

Comments
 (0)