From fc144a64eda445b455f61704b6788003f18eac44 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Sat, 19 Oct 2024 19:18:33 +0200 Subject: [PATCH] chore: bump default node version and `flarum/action-build` --- .github/workflows/REUSABLE_frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index 27f91753d4..31a30d5ddc 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -74,7 +74,7 @@ on: description: The node version to use for the workflow. type: number required: false - default: 16 + default: 20 js_package_manager: description: "Enable TypeScript?" @@ -142,7 +142,7 @@ jobs: working-directory: ${{ inputs.frontend_directory }} - name: JS Checks & Production Build - uses: flarum/action-build@v3 + uses: flarum/action-build@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} build_script: ${{ inputs.build_script }}