Skip to content

chore(deps): bump @netlify/functions from 2.8.2 to 4.2.1 #48

chore(deps): bump @netlify/functions from 2.8.2 to 4.2.1

chore(deps): bump @netlify/functions from 2.8.2 to 4.2.1 #48

Workflow file for this run

name: PR Build Check
on:
pull_request:
branches:
- develop
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build