Skip to content

[renovate-bot] - Update dependency prettier to v3.3.0 #194

[renovate-bot] - Update dependency prettier to v3.3.0

[renovate-bot] - Update dependency prettier to v3.3.0 #194

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