Skip to content

Bump nodemon from 3.1.4 to 3.1.5 in /checkout-example-advanced #16

Bump nodemon from 3.1.4 to 3.1.5 in /checkout-example-advanced

Bump nodemon from 3.1.4 to 3.1.5 in /checkout-example-advanced #16

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