Skip to content

Bump nodemon from 3.1.4 to 3.1.7 in /giving-example (#641) #18

Bump nodemon from 3.1.4 to 3.1.7 in /giving-example (#641)

Bump nodemon from 3.1.4 to 3.1.7 in /giving-example (#641) #18

Workflow file for this run

name: Build Giving
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'giving-example/**'
pull_request:
branches: [ main ]
paths:
- 'giving-example/**'
jobs:
build-giving:
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'giving-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: 'giving-example'
- name: Build giving-example
run: npm install