Skip to content

chore(deps): bump email-templates from 11.1.1 to 12.0.1 #225

chore(deps): bump email-templates from 11.1.1 to 12.0.1

chore(deps): bump email-templates from 11.1.1 to 12.0.1 #225

Workflow file for this run

name: Install and build project
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Install and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Run install
uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command
- name: Build production bundle
uses: borales/actions-yarn@v5
with:
cmd: build # will run `yarn build` command