Skip to content

fix(deps): update dependency bullmq to v4.2.1 #2407

fix(deps): update dependency bullmq to v4.2.1

fix(deps): update dependency bullmq to v4.2.1 #2407

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
Linting:
name: Linting NodeJS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Use Node.js v18
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
with:
node-version: "18.x"
cache: yarn
- name: Install Dependencies
run: yarn --immutable
- name: Run Prettier
run: yarn pretty
Building:
name: Building NodeJS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Use Node.js v18
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
with:
node-version: "18.x"
cache: yarn
- name: Install dependencies
run: yarn --immutable
- name: Build Code
run: yarn compile
- name: TypeCheck
run: yarn typecheck