Skip to content

Commit

Permalink
PAY-6594: Testing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
davejones74 committed Nov 17, 2023
1 parent 0f2a413 commit 2498f00
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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

0 comments on commit 2498f00

Please sign in to comment.