Skip to content

chore(deps): bump form-data from 4.0.2 to 4.0.4 #53

chore(deps): bump form-data from 4.0.2 to 4.0.4

chore(deps): bump form-data from 4.0.2 to 4.0.4 #53

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Build Gatsby site
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install Project Dependencies
run: yarn install
- name: Build
run: yarn build