Skip to content

chore(deps): bump @slack/bolt from 3.13.3 to 3.14.0 #1007

chore(deps): bump @slack/bolt from 3.13.3 to 3.14.0

chore(deps): bump @slack/bolt from 3.13.3 to 3.14.0 #1007

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
container: node:14.7.0
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Linter
run: |
npm ci
npm run lint