mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 02:23:43 +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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue