File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 build_and_deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-node@v4
15+ with :
16+ node-version : 20
1417 - run : npm install
1518 - run : npm run build
1619 - uses : FirebaseExtended/action-hosting-deploy@v0
Original file line number Diff line number Diff line change 88 if : " ${{ github.event.pull_request.head.repo.full_name == github.repository }}"
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - run : npm install && npm run build
11+ - uses : actions/checkout@v4
12+ - uses : actions/setup-node@v4
13+ with :
14+ node-version : 20
15+ - run : npm install
16+ - run : npm run build
1317 - uses : FirebaseExtended/action-hosting-deploy@v0
1418 with :
1519 repoToken : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 11{
22 "hosting" : {
3- "public" : " build " ,
3+ "public" : " dist " ,
44 "ignore" : [
55 " firebase.json" ,
66 " **/.*" ,
You can’t perform that action at this time.
0 commit comments