Skip to content

Lock file maintenance (#447) #736

Lock file maintenance (#447)

Lock file maintenance (#447) #736

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: |
git config --global user.name github-actions
git config --global user.email [email protected]
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v5