Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": ">=18"
"node": ">=20"
},
"volta": {
"node": "20.11.1"
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"peerDependencies": {
"consola": "^3.2.3",
"firebase": "^9.0.0 || ^10.0.0 || ^11.0.0",
"firebase": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"vue": "^2.7.0 || ^3.2.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/playground/firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"functions": {
"runtime": "nodejs18",
"runtime": "nodejs20",
"source": ".output/server"
},
"hosting": {
Expand Down
2 changes: 1 addition & 1 deletion playground/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"main": "lib/index.js",
"dependencies": {
Expand Down