Skip to content

Bump prettier from 2.8.4 to 3.2.2 #2449

Bump prettier from 2.8.4 to 3.2.2

Bump prettier from 2.8.4 to 3.2.2 #2449

Workflow file for this run

name: unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm test