Skip to content

build(deps-dev): bump prettier from 3.2.5 to 3.3.0 #199

build(deps-dev): bump prettier from 3.2.5 to 3.3.0

build(deps-dev): bump prettier from 3.2.5 to 3.3.0 #199

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18.x', '20.x', '21.x', '22.x']
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: make