Skip to content

Bump prettier from 2.8.8 to 3.4.2 #1114

Bump prettier from 2.8.8 to 3.4.2

Bump prettier from 2.8.8 to 3.4.2 #1114

Workflow file for this run

name: 'Validate Build'
on:
push:
branches:
- master
pull_request:
branches:
- master
- dev
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build