Skip to content

Update dependency dotenv to v16 #19

Update dependency dotenv to v16

Update dependency dotenv to v16 #19

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12
uses: actions/setup-node@master
with:
node-version: '12.x'
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}