Skip to content

Try to update package-lock #968

Try to update package-lock

Try to update package-lock #968

Workflow file for this run

name: test
on: push
jobs:
coverage:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup-node
uses: actions/setup-node@v4
with:
node-version: 20
- name: webfactory/ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PRIVATE_SSH }}
- name: install
run: npm ci --omit=optional