Skip to content

Commit 65354da

Browse files
fix(deps): update all non-major dependencies
1 parent 9c05f6d commit 65354da

File tree

7 files changed

+292
-330
lines changed

7 files changed

+292
-330
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
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: '20.x'
28+
node-version: '20.19.0'
2929

3030
- name: Cache dependencies
3131
uses: actions/cache@v3
@@ -105,7 +105,7 @@ jobs:
105105
if: steps.pkg_version.outputs.publish == 1
106106
uses: actions/setup-node@v3
107107
with:
108-
node-version: '20.x'
108+
node-version: '20.19.0'
109109
registry-url: 'https://registry.npmjs.org/'
110110

111111
- 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: '20.x'
28+
node-version: '20.19.0'
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-
20
1+
20.19.0

functions/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"logs": "firebase functions:log"
1111
},
1212
"engines": {
13-
"node": "20"
13+
"node": "20.19.0"
1414
},
1515
"dependencies": {
1616
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",

0 commit comments

Comments
 (0)