Skip to content

chore(lrm/server): bump amplib version to 2.0.1 #250

chore(lrm/server): bump amplib version to 2.0.1

chore(lrm/server): bump amplib version to 2.0.1 #250

Workflow file for this run

name: LRM Server CI
on:
push:
branches:
- "main"
paths:
- "web/lrm/server/**"
pull_request:
branches:
- "**"
paths:
- "web/lrm/server/**"
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: web/lrm/server
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 24.11
- name: Install dependencies
run: npm ci
- name: Run type check
run: npm run build
- name: Run unit tests
run: npm run test
security-scan:
uses: ./.github/workflows/security-scan.yml
with:
working-directory: "web/lrm/server"
project-type: "nodejs"
node-version: "24.11"
component-name: "lrm-server"
scan-dockerfile: true