File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 node-version :
17- - 18.x
1817 - 20.x
1918 - 22.x
19+ - 24.x
2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1- const { App } = require ( '@slack/bolt' ) ;
1+ import { App } from '@slack/bolt' ;
22
33// Initializes your app with your Slack app and bot token
44const app = new App ( {
Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://www.schemastore.org/package.json" ,
23 "name" : " bolt-js-blank-template" ,
34 "version" : " 1.0.0" ,
45 "description" : " A blank template for Slack apps" ,
56 "main" : " app.js" ,
7+ "type" : " module" ,
68 "scripts" : {
79 "lint" : " npx @biomejs/biome check" ,
810 "lint:fix" : " npx @biomejs/biome check --write" ,
You can’t perform that action at this time.
0 commit comments