Skip to content

Commit f8220a1

Browse files
authored
Use starters for App Hosting init (#181)
* Add package manager choices to the NPX `@apphosting/create` script, if `npm|yarn|pnpm init|create @apphosting` is used don't prompt—use the package manager from the command * Allow for interactive directory picking * Wire up create-next-on-firebase so `npm init next-on-firebase` works appropriately * Download the starters based off the chosen framework * Add `@types/express` to the Angular starter * READMEs for the starters * Drop Node 16 from the tests as we're having engine issues & no longer support v16
1 parent 3b30115 commit f8220a1

File tree

10 files changed

+933
-90
lines changed

10 files changed

+933
-90
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
needs: build
5858
strategy:
5959
matrix:
60-
node: [16, 18, 20]
60+
node: [18, 20]
6161
fail-fast: false
6262
name: Test Node ${{ matrix.node }}
6363
steps:

0 commit comments

Comments
 (0)