Skip to content

fix for bot.getChatMember() timeout called by group.getRole() #3

fix for bot.getChatMember() timeout called by group.getRole()

fix for bot.getChatMember() timeout called by group.getRole() #3

Workflow file for this run

name: npm run build
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 20.x
- 21.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm clean-install
- run: npm run build