Skip to content

ci: update actions to v5 for Node.js 24 compatibility #86

ci: update actions to v5 for Node.js 24 compatibility

ci: update actions to v5 for Node.js 24 compatibility #86

name: Test Brew Package (MacOS)
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
on:
pull_request:
paths:
- .github/workflows/test-package-mac-brew.yml
- docs/packaging/brew/httpie.rb
workflow_dispatch:
jobs:
brew:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Setup brew
run: |
brew developer on
brew update
- name: Build and test the formula
run: make brew-test