Skip to content

Bump dotenv from 10.0.0 to 16.4.5 #239

Bump dotenv from 10.0.0 to 16.4.5

Bump dotenv from 10.0.0 to 16.4.5 #239

Workflow file for this run

name: ESLint
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version-file: package.json
- name: Install modules
run: npm i
- name: Lint
run: npm run lint