Skip to content

deps(deps): bump dotenv from 16.0.3 to 16.4.1 #550

deps(deps): bump dotenv from 16.0.3 to 16.4.1

deps(deps): bump dotenv from 16.0.3 to 16.4.1 #550

Workflow file for this run

name: Typescript, eslint and tsup tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Tests with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build