mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-19 01:43:44 +03:00
Tools: Pass through package manager to use for build workflow
This commit is contained in:
parent
33075ceec0
commit
11b10bac00
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
|||
- name: Setup
|
||||
uses: WordPress/wporg-repo-tools/.github/actions/setup@trunk
|
||||
with:
|
||||
packageManager: "npm"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Remove build artifacts
|
||||
|
|
Loading…
Reference in a new issue