Skip to content

fix: bump dotenv from 16.4.1 to 16.4.5 #650

fix: bump dotenv from 16.4.1 to 16.4.5

fix: bump dotenv from 16.4.1 to 16.4.5 #650

Workflow file for this run

name: Verify and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
NODE_ENV: test
jobs:
# Verify code
verify:
name: Verify code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm install
- run: npm run verify