Skip to content

build(deps-dev): bump prettier from 2.5.1 to 3.8.0 #179

build(deps-dev): bump prettier from 2.5.1 to 3.8.0

build(deps-dev): bump prettier from 2.5.1 to 3.8.0 #179

Workflow file for this run

name: Gastby build
on: [pull_request]
jobs:
test-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v2
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run test and coverage
run: npm run build-ci