Skip to content

Bump undici from 5.28.2 to 5.28.4 #53

Bump undici from 5.28.2 to 5.28.4

Bump undici from 5.28.2 to 5.28.4 #53

Workflow file for this run

name: validate
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
jobs:
validate:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest, macos, windows ]
steps:
- name: checkout self
uses: actions/checkout@v4
- name: RageAgainstThePixel/setup-ovr-platform-util
uses: ./
- run: 'ovr-platform-util version'
shell: pwsh