Skip to content

Commit 36948aa

Browse files
committed
chore: update
1 parent 5a99c89 commit 36948aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
with:
1616
fetch-depth: 2
1717
ref: ${{ github.ref }}
18-
- name: Set up Node.js 18
18+
- name: Set up Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: '20'
2222
cache: 'npm'
2323
- name: Install Dependencies
2424
run: npm ci
2525
- name: Build
2626
run: npm run docs:build
2727
- name: Deploy Docs
28-
uses: FirebaseExtended/action-hosting-deploy@v0
28+
uses: FirebaseExtended/action-hosting-deploy@v0.9.0
2929
with:
3030
repoToken: '${{ secrets.GITHUB_TOKEN }}'
3131
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CYCRAFT_ECOSYSTEM }}'

0 commit comments

Comments
 (0)