Skip to content

Bump dotenv from 16.3.2 to 16.4.2 #63

Bump dotenv from 16.3.2 to 16.4.2

Bump dotenv from 16.3.2 to 16.4.2 #63

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v18.x
uses: actions/setup-node@v2
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run lint