Skip to content

Restore Snyk badge and switch license badge to npm endpoint #134

Restore Snyk badge and switch license badge to npm endpoint

Restore Snyk badge and switch license badge to npm endpoint #134

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.4.0
with:
node-version: '22'
check-latest: true
cache: 'npm'
- name: Install dev-dependencies
run: npm install --only=dev
- name: Run build
run: npm run build