Skip to content

Commit

Permalink
ci: update required node version for firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Dec 17, 2023
1 parent d086dea commit 57aca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- name: Deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 57aca26

Please sign in to comment.