Skip to content

Bump prettier from 3.2.5 to 3.3.1 #240

Bump prettier from 3.2.5 to 3.3.1

Bump prettier from 3.2.5 to 3.3.1 #240

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v20.x
uses: actions/setup-node@v1
with:
node-version: 20
- run: npm ci
- run: npm run check