Tools: Pass through package manager to use for build workflow

This commit is contained in:
Kelly Dwan 2024-08-27 14:04:52 -04:00
parent 33075ceec0
commit 11b10bac00
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -20,6 +20,7 @@ jobs:
- name: Setup - name: Setup
uses: WordPress/wporg-repo-tools/.github/actions/setup@trunk uses: WordPress/wporg-repo-tools/.github/actions/setup@trunk
with: with:
packageManager: "npm"
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Remove build artifacts - name: Remove build artifacts