Skip to content

chore(deps): update dependency prettier to v3.4.2 #979

chore(deps): update dependency prettier to v3.4.2

chore(deps): update dependency prettier to v3.4.2 #979

Workflow file for this run

name: Build and Test NODE
on: [pull_request, workflow_dispatch, push]
jobs:
build-test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Setup node with cache'
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test