Skip to content

chore(pnpm): bump @nestjs/passport from 10.0.3 to 11.0.4 #39

chore(pnpm): bump @nestjs/passport from 10.0.3 to 11.0.4

chore(pnpm): bump @nestjs/passport from 10.0.3 to 11.0.4 #39

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js version
uses: actions/setup-node@v4
with:
node-version: 22.x
- run: yarn install
- run: yarn lint
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js version
uses: actions/setup-node@v4
with:
node-version: 22.x
- run: yarn install
- run: yarn build