Skip to content

Bump prettier from 3.1.1 to 3.3.3 #146

Bump prettier from 3.1.1 to 3.3.3

Bump prettier from 3.1.1 to 3.3.3 #146

Workflow file for this run

name: Index
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node: [18]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run lint