Skip to content

Bump node-gyp from 10.2.0 to 10.3.1 in /paybylink-example #28

Bump node-gyp from 10.2.0 to 10.3.1 in /paybylink-example

Bump node-gyp from 10.2.0 to 10.3.1 in /paybylink-example #28

Workflow file for this run

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