Skip to content

Bump prettier from 2.8.8 to 3.2.5 #2398

Bump prettier from 2.8.8 to 3.2.5

Bump prettier from 2.8.8 to 3.2.5 #2398

Workflow file for this run

name: actions
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install && npm test && npm run lint
env:
CI: true