Skip to content

Bump @slack/web-api from 7.4.0 to 7.6.0 #204

Bump @slack/web-api from 7.4.0 to 7.6.0

Bump @slack/web-api from 7.4.0 to 7.6.0 #204

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches: [ '*' ]
types:
- opened
- synchronize
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
check-latest: true
cache: npm
- run: npm ci
- run: npm test
- uses: tintef/[email protected]
with:
GITHUB_TOKEN: ${{ github.token }}
SKIP_COVERAGE_FOLDER: true