Skip to content

build(deps): bump dotenv from 16.4.5 to 16.4.7 #72

build(deps): bump dotenv from 16.4.5 to 16.4.7

build(deps): bump dotenv from 16.4.5 to 16.4.7 #72

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: test
run: |
npm ci
cp .env.example .env
npm test