Skip to content

Bump prettier from 3.0.2 to 3.0.3 #633

Bump prettier from 3.0.2 to 3.0.3

Bump prettier from 3.0.2 to 3.0.3 #633

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node 14
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm install
- run: npm run build
- run: npm test