Skip to content

Bump xkcdpass from 1.20.0 to 1.30.0 in /server (#842) #2014

Bump xkcdpass from 1.20.0 to 1.30.0 in /server (#842)

Bump xkcdpass from 1.20.0 to 1.30.0 in /server (#842) #2014

Workflow file for this run

name: Lint & Format (ESLint + Prettier)
on: [push]
jobs:
run-node-lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 24
- run: npm ci
- run: npm run ci-lint