Skip to content

Bump prettier from 3.0.0 to 3.0.3 #1543

Bump prettier from 3.0.0 to 3.0.3

Bump prettier from 3.0.0 to 3.0.3 #1543

Workflow file for this run

name: Test builds
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16', '17']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm run build
- run: npm run build:simple