Skip to content

PAY-6594: Update to fix Paybubble build #1

PAY-6594: Update to fix Paybubble build

PAY-6594: Update to fix Paybubble build #1

Workflow file for this run

name: Node.js Package
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.17.0
- run: yarn --version
- run: yarn install
- run: yarn ng:build