Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 (#232) #217

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 (#232)

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 (#232) #217

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: 16
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build