Skip to content

Bump undici from 5.28.2 to 5.28.4 #32

Bump undici from 5.28.2 to 5.28.4

Bump undici from 5.28.2 to 5.28.4 #32

Workflow file for this run

# Feature Workflow
name: 'Feature'
on:
pull_request:
branches: [ main ]
jobs:
build:
name: 'Build'
uses: ./.github/workflows/build.yml
with:
artifact_name: 'build'
node_version: '20.x'
runner: 'ubuntu-latest'
test:
name: 'Test'
needs: build
uses: ./.github/workflows/test.yml
with:
build_artifact_name: 'build'
node_version: '20.x'
runner: 'ubuntu-latest'
test_base_url: 'http://localhost:3000'
test_is_against_deployment: false
test_report_artifact_name: 'test-feature-ci-results'