Skip to content

Commit

Permalink
node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Jun 22, 2021
1 parent 0ff3e3f commit f1fa063
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14.17.1
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"private": true,
"engines": {
"node": "12"
"node": "14"
}
}
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const BROWSER_TARGET = {

// The version of node used in Firebase Cloud Functions.
const NODE_TARGET = {
node: '12',
node: '14',
};

export default [{
Expand Down

0 comments on commit f1fa063

Please sign in to comment.