Skip to content

Bump prettier from 2.6.2 to 3.2.2 #1104

Bump prettier from 2.6.2 to 3.2.2

Bump prettier from 2.6.2 to 3.2.2 #1104

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm test
env:
CI: true