Skip to content

chore(deps): bump dotenv from 16.0.3 to 16.4.5 #101

chore(deps): bump dotenv from 16.0.3 to 16.4.5

chore(deps): bump dotenv from 16.0.3 to 16.4.5 #101

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Test on node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test-cov