Skip to content

build(npm): bump grammy from 1.27.0 to 1.28.0 in the non-breaking gro… #622

build(npm): bump grammy from 1.27.0 to 1.28.0 in the non-breaking gro…

build(npm): bump grammy from 1.27.0 to 1.28.0 in the non-breaking gro… #622

Workflow file for this run

name: Node.js
on:
push:
pull_request:
jobs:
test:
name: Node.js
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/checkout@v4
- run: npm ci
- run: npm test