Skip to content

fix(deps): update dependency bluebird to version 3.7.2 🌟 (#150) #26

fix(deps): update dependency bluebird to version 3.7.2 🌟 (#150)

fix(deps): update dependency bluebird to version 3.7.2 🌟 (#150) #26

Workflow file for this run

name: Test and Release (if master)
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
# - if: github.ref == 'refs/heads/master'
# run: npm run semantic-release