Skip to content

chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 #2963

chore(deps-dev): bump prettier from 3.8.0 to 3.8.1

chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 #2963

Workflow file for this run

name: CI
on: push
jobs:
build:
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14.x]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install
uses: bahmutov/npm-install@v1
- run: yarn lint:prettier --check
- run: yarn lint
- run: yarn build
- run: yarn test