WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps): bump form-data from 4.0.0 to 4.0.4 (#680) #2134

chore(deps): bump form-data from 4.0.0 to 4.0.4 (#680)

chore(deps): bump form-data from 4.0.0 to 4.0.4 (#680) #2134

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
env:
NX_PARALLEL: 4
jobs:
main:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'microsoft' }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
cache: 'yarn'
node-version: '20'
- run: yarn install --immutable
- run: yarn check-dependencies
- run: yarn nx affected --target=lint,type-check,build,test --nxBail