Skip to content

bump typescript from 5.7.2 to 5.7.3 #149

bump typescript from 5.7.2 to 5.7.3

bump typescript from 5.7.2 to 5.7.3 #149

name: Deploy project
'on':
push:
branches: [main]
jobs:
build_deploy:
if: ${{ !contains(github.event.head_commit.message, 'bump') }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/[email protected]
- name: Using Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Build project
run: pnpm build
- name: Deploy project to Firebase
uses: FirebaseExtended/[email protected]
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PAYONEER_CALCULATOR }}'
channelId: live
projectId: payoneer-calculator