Skip to content

chore(deps-dev): bump dotenv-cli from 7.3.0 to 7.4.2 #214

chore(deps-dev): bump dotenv-cli from 7.3.0 to 7.4.2

chore(deps-dev): bump dotenv-cli from 7.3.0 to 7.4.2 #214

Workflow file for this run

name: pr
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn install
- run: yarn build
- run: yarn test