Skip to content

chore(deps-dev): bump dotenv from 17.3.1 to 17.4.2 #1070

chore(deps-dev): bump dotenv from 17.3.1 to 17.4.2

chore(deps-dev): bump dotenv from 17.3.1 to 17.4.2 #1070

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
tags-ignore: [ '*' ]
pull_request:
branches: [ main ]
jobs:
build:
if: ${{ !startsWith(github.event.head_commit.message, 'New version') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 #Setup Node
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Run Karma Tests
run: |
npm ci --legacy-peer-deps
make lint
make test uglify=true fat=true