Skip to content

Update all non-major dependencies #392

Update all non-major dependencies

Update all non-major dependencies #392

Workflow file for this run

name: larvitfiles CI
on: [push]
jobs:
test:
uses: larvit/standards/.github/workflows/test-mariadb.yml@master
publish:
if: github.ref == 'refs/heads/master'
needs: test
uses: larvit/standards/.github/workflows/publish.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}