Skip to content

Bump dotenv from 16.1.1 to 16.1.3 #878

Bump dotenv from 16.1.1 to 16.1.3

Bump dotenv from 16.1.1 to 16.1.3 #878

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm run lint
- run: npm test