We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668acdf commit 00b46fdCopy full SHA for 00b46fd
1 file changed
.github/workflows/firebase-hosting-merge.yml
@@ -14,8 +14,8 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 18
18
- cache: 'npm' # ← Change from 'pnpm' to 'npm'
+ node-version: 20
+ cache: 'npm'
19
- run: npm install
20
- uses: FirebaseExtended/action-hosting-deploy@v0
21
0 commit comments