Skip to content

build(deps): bump fastify-rate-limit from 5.6.2 to 5.9.0 #574

build(deps): bump fastify-rate-limit from 5.6.2 to 5.9.0

build(deps): bump fastify-rate-limit from 5.6.2 to 5.9.0 #574

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Cache dependencies
uses: actions/cache@v2
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn install
- name: Build
run: yarn run build