Skip to content

Commit

Permalink
chore: bump default node version and flarum/action-build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 19, 2024
1 parent c5606dc commit fc144a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/REUSABLE_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit fc144a6

Please sign in to comment.