diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5803a96..74c4c5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,4 +16,6 @@ jobs: with: project-name: ${{ needs.metadata.outputs.project-name}} project-path: ${{ needs.metadata.outputs.project-path }} + npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }} + npm-enabled: true umbraco-version: 14 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93c53c7..3bfe4dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: with: project-name: ${{ needs.metadata.outputs.project-name}} project-path: ${{ needs.metadata.outputs.project-path }} + npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }} + npm-enabled: true umbraco-version: 14 - name: Release uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main