Skip to content

chore(deps-dev): bump prettier from 3.2.5 to 3.3.1 (#355) #328

chore(deps-dev): bump prettier from 3.2.5 to 3.3.1 (#355)

chore(deps-dev): bump prettier from 3.2.5 to 3.3.1 (#355) #328

Workflow file for this run

name: build
on:
push:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build