Skip to content

#Ft: Migrate to sendGrid and Add notifications with Socket #281

#Ft: Migrate to sendGrid and Add notifications with Socket

#Ft: Migrate to sendGrid and Add notifications with Socket #281

Workflow file for this run

name: Build
on:
push:
branches:
- develop
- main
paths-ignore:
- '**.md'
pull_request:
branches: [develop,main]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build