Skip to content

chore(deps-dev): bump serialize-javascript from 7.0.4 to 7.0.5 (#1349) #934

chore(deps-dev): bump serialize-javascript from 7.0.4 to 7.0.5 (#1349)

chore(deps-dev): bump serialize-javascript from 7.0.4 to 7.0.5 (#1349) #934

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@v6
- uses: actions/setup-node@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