Skip to content

Bump @slack/web-api from 7.4.0 to 7.5.0 #87

Bump @slack/web-api from 7.4.0 to 7.5.0

Bump @slack/web-api from 7.4.0 to 7.5.0 #87

Workflow file for this run

name: Lint
on: [push]
jobs:
linter:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: |
npm ci
npm run lint