Skip to content

build(deps): bump dotenv from 10.0.0 to 17.2.2 #96

build(deps): bump dotenv from 10.0.0 to 17.2.2

build(deps): bump dotenv from 10.0.0 to 17.2.2 #96

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