Skip to content

Bump prettier from 3.6.2 to 3.7.0 in the development-dependencies group across 1 directory #7401

Bump prettier from 3.6.2 to 3.7.0 in the development-dependencies group across 1 directory

Bump prettier from 3.6.2 to 3.7.0 in the development-dependencies group across 1 directory #7401

Workflow file for this run

name: web-features
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run build
- name: Pretty print built JSON
run: jq . packages/web-features/data.json
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm test
env:
FORCE_COLOR: 3