Skip to content

Commit f0e9af1

Browse files
TheIronDevbkendall
andauthored
Update node version to v14 (#135)
* Update Minimum node version to 14 * Update node version in Dockerfile script too * Update changelog too * Update CHANGELOG.md, Co-authored-by: Bryan Kendall <[email protected]> * Reset package-lock.json regression * Regenerate package-lock Co-authored-by: Bryan Kendall <[email protected]>
1 parent 5724f24 commit f0e9af1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Try to extract context.params from triggered data [pull request](https://github.com/firebase/firebase-functions-test/pull/114)
22
- Implement firebase-functions-test wrapV2 [pull request](https://github.com/firebase/firebase-functions-test/pull/131)
3+
- Update minimum Node version to v14 [pull request](https://github.com/firebase/firebase-functions-test/pull/135)

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"firebase-functions": ">=3.20.1"
6161
},
6262
"engines": {
63-
"node": ">=8.0.0"
63+
"node": ">=14.0.0"
6464
},
6565
"typings": "lib/index.d.ts"
6666
}

scripts/publish-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8
1+
FROM node:14
22

33
# Install dependencies
44
RUN apt-get update && \

0 commit comments

Comments
 (0)