Skip to content

Bump express from 4.21.0 to 4.21.1 in /authorisation-adjustment-examp… #23

Bump express from 4.21.0 to 4.21.1 in /authorisation-adjustment-examp…

Bump express from 4.21.0 to 4.21.1 in /authorisation-adjustment-examp… #23

name: Build Authorisation Adjustment
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'authorisation-adjustment-example/**'
pull_request:
branches: [ main ]
paths:
- 'authorisation-adjustment-example/**'
jobs:
build-authorisation-adjustment:
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'authorisation-adjustment-example'
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'authorisation-adjustment-example'
- name: Build authorisation-adjustment-example
run: npm install