Skip to content

chore(deps): bump node-telegram-bot-api from 0.61.0 to 0.65.1 #591

chore(deps): bump node-telegram-bot-api from 0.61.0 to 0.65.1

chore(deps): bump node-telegram-bot-api from 0.61.0 to 0.65.1 #591

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js LTS
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install dependencies
run: npm ci
- run: npm run build
- run: npm test