Skip to content

chore(deps): bump rate-limiter-flexible from 9.1.1 to 11.0.0 #649

chore(deps): bump rate-limiter-flexible from 9.1.1 to 11.0.0

chore(deps): bump rate-limiter-flexible from 9.1.1 to 11.0.0 #649

Workflow file for this run

name: CI
on: [push, pull_request]
# When a PR is updated, cancel the jobs from the previous version. Merges
# do not define head_ref, so use run_id to never cancel those jobs.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [22.x, 24.x, 25.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn lint
- run: yarn prettier --check .