Skip to content

Commit 00b46fd

Browse files
authored
Update Node.js version in GitHub Actions workflow
1 parent 668acdf commit 00b46fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/firebase-hosting-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
18-
cache: 'npm' # ← Change from 'pnpm' to 'npm'
17+
node-version: 20
18+
cache: 'npm'
1919
- run: npm install
2020
- uses: FirebaseExtended/action-hosting-deploy@v0
2121
with:

0 commit comments

Comments
 (0)