Skip to content

Bump prettier from 3.2.5 to 3.3.2 #91

Bump prettier from 3.2.5 to 3.3.2

Bump prettier from 3.2.5 to 3.3.2 #91

Workflow file for this run

name: Validate code
on:
pull_request:
branches:
- '*'
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
- 18
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run validate-code