Skip to content

Commit 94af0a5

Browse files
fix(deps): update all non-major (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47b1339 commit 94af0a5

File tree

6 files changed

+114
-103
lines changed

6 files changed

+114
-103
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@v4
2828
with:
29-
node-version: '18.x'
29+
node-version: '18.20.8'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v4
@@ -108,7 +108,7 @@ jobs:
108108
if: steps.pkg_version.outputs.publish == 1
109109
uses: actions/setup-node@v4
110110
with:
111-
node-version: '18.x'
111+
node-version: '18.20.8'
112112
registry-url: 'https://registry.npmjs.org/'
113113

114114
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18.x'
29+
node-version: '18.20.8'
3030
registry-url: 'https://registry.npmjs.org/'
3131

3232
- name: Cache dependencies

functions/package-lock.json

Lines changed: 5 additions & 4 deletions
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
@@ -19,7 +19,7 @@
1919
"firebase-admin": "^11.11.1",
2020
"firebase-functions": "^4.9.0",
2121
"md5": "^2.3.0",
22-
"multer": "^1.4.5-lts.1"
22+
"multer": "^1.4.5-lts.2"
2323
},
2424
"private": true
2525
}

0 commit comments

Comments
 (0)