Skip to content

Bump prettier from 3.6.2 to 3.7.4 #49

Bump prettier from 3.6.2 to 3.7.4

Bump prettier from 3.6.2 to 3.7.4 #49

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Install dependencies
run: npm ci
- name: Test
run: npm test