Skip to content

chore(deps-dev): bump dotenv-cli from 7.3.0 to 8.0.0 #226

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

chore(deps-dev): bump dotenv-cli from 7.3.0 to 8.0.0 #226

Workflow file for this run

name: pr
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
include:
- node-version: 22.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