diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index eee6a66b..a104d140 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -8,7 +8,7 @@ on: - '**.md' jobs: buildDev: - uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main + uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@prune-devdependencies permissions: contents: read id-token: write @@ -20,7 +20,7 @@ jobs: playwright: false cdn: true buildProd: - uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main + uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@prune-devdependencies permissions: contents: read id-token: write