Skip to content

Bump dotenv from 16.4.4 to 16.4.5 in the tools group #48

Bump dotenv from 16.4.4 to 16.4.5 in the tools group

Bump dotenv from 16.4.4 to 16.4.5 in the tools group #48

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 18.x
- run: npm ci
- run: npm t