Skip to content

Lock file maintenance #409

Lock file maintenance

Lock file maintenance #409

Workflow file for this run

name: automerge
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run build