Skip to content

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 in the prettier group #3101

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 in the prettier group

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 in the prettier group #3101

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build artifacts
run: npm run build