We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e24f commit fb40cb3Copy full SHA for fb40cb3
.github/workflows/firebase-hosting-merge.yml
@@ -2,16 +2,23 @@
2
# https://github.com/firebase/firebase-tools
3
4
name: Deploy to Firebase Hosting on merge
5
+
6
on:
7
push:
8
branches:
9
- main
10
11
jobs:
- build_and_deploy:
12
+ deploy:
13
runs-on: ubuntu-latest
14
15
steps:
16
- uses: actions/checkout@v4
- - run: npm ci && npm run build
17
18
+ - uses: actions/setup-node@v4
19
+ with:
20
+ node-version: 20
21
22
- uses: FirebaseExtended/action-hosting-deploy@v0
23
with:
24
repoToken: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -67,3 +67,5 @@ node_modules/
67
68
# dataconnect generated files
69
.dataconnect
70
71
+node_modules/
0 commit comments