Skip to content

Update all non-major dependencies (#162) #470

Update all non-major dependencies (#162)

Update all non-major dependencies (#162) #470

Workflow file for this run

name: larvitbase CI
on: [push]
jobs:
test:
uses: larvit/standards/.github/workflows/test.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 }}