Skip to content

Bump @slack/bolt from 3.15.0 to 3.17.1 #259

Bump @slack/bolt from 3.15.0 to 3.17.1

Bump @slack/bolt from 3.15.0 to 3.17.1 #259

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Build Node App
run: |
npm ci
npm run build --if-present
env:
CI: true
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)