Skip to content

build(deps-dev): bump prettier from 3.8.1 to 3.8.4 #3038

build(deps-dev): bump prettier from 3.8.1 to 3.8.4

build(deps-dev): bump prettier from 3.8.1 to 3.8.4 #3038

Workflow file for this run

name: Node CI
on: [push]
permissions:
contents: read
jobs:
build:
name: Build, lint, and test on Node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20.x', '22.x']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm install
- run: npm run build --if-present
- run: npm test --if-present