Skip to content

Bump @slack/web-api from 6.8.1 to 6.9.0 #84

Bump @slack/web-api from 6.8.1 to 6.9.0

Bump @slack/web-api from 6.8.1 to 6.9.0 #84

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@v3
- uses: actions/setup-node@v3
with:
node-version: 16
check-latest: true
cache: npm
- run: npm install -g npm
- run: npm ci
- run: npm test
- uses: tintef/[email protected]
with:
GITHUB_TOKEN: ${{ github.token }}
SKIP_COVERAGE_FOLDER: true