Skip to content

Bump bcrypt from 4.1.3 to 4.2.0 in /server #1175

Bump bcrypt from 4.1.3 to 4.2.0 in /server

Bump bcrypt from 4.1.3 to 4.2.0 in /server #1175

Workflow file for this run

name: ESLint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
- run: npm install -g npm@10
- run: npm ci
- run: npm run ci-lint