Skip to content

Update all non-major dependencies (#200) #499

Update all non-major dependencies (#200)

Update all non-major dependencies (#200) #499

Workflow file for this run

name: larvitmail 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 }}