Skip to content

Bump dotenv from 16.3.2 to 16.4.1 #150

Bump dotenv from 16.3.2 to 16.4.1

Bump dotenv from 16.3.2 to 16.4.1 #150

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop, dependabot ]
workflow_dispatch:
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint