Skip to content

chore(deps): update angular-cli monorepo to v18 (major) #630

chore(deps): update angular-cli monorepo to v18 (major)

chore(deps): update angular-cli monorepo to v18 (major) #630

name: Deploy to preview channel
on:
pull_request_target:
paths-ignore:
- '.github/**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Deploy to preview channel
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
projectId: ng-japan
target: app