Skip to content

fix(deps): update dependency dotenv to v16.4.7 #385

fix(deps): update dependency dotenv to v16.4.7

fix(deps): update dependency dotenv to v16.4.7 #385

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
node: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
env:
CI: true
- name: JSR Publish Test
run: npm run test:jsr