Skip to content

Bump prettier from 3.0.0 to 3.0.2 (#21) #16

Bump prettier from 3.0.0 to 3.0.2 (#21)

Bump prettier from 3.0.0 to 3.0.2 (#21) #16

Workflow file for this run

name: Build check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build