Skip to content

chore(deps): bump @slack/web-api from 6.8.1 to 7.7.0 #182

chore(deps): bump @slack/web-api from 6.8.1 to 7.7.0

chore(deps): bump @slack/web-api from 6.8.1 to 7.7.0 #182

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint
- run: yarn test --coverage
- name: 'Upload to Codecov'
uses: 'codecov/codecov-action@v4'
with:
directory: coverage
env:
CODECOV_TOKEN: '${{ secrets.CODECOV_TOKEN }}'