Skip to content

Commit b536032

Browse files
committed
Use LTS version of Node instead of hardcoded 20
1 parent 1afea90 commit b536032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
steps:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
24-
- name: Install Node.js 20
24+
- name: Install Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: lts/*
2828
- name: Install pnpm and dependencies
2929
uses: pnpm/action-setup@v4
3030
with:

0 commit comments

Comments
 (0)