We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flarum/action-build
1 parent c5606dc commit fc144a6Copy full SHA for fc144a6
.github/workflows/REUSABLE_frontend.yml
@@ -74,7 +74,7 @@ on:
74
description: The node version to use for the workflow.
75
type: number
76
required: false
77
- default: 16
+ default: 20
78
79
js_package_manager:
80
description: "Enable TypeScript?"
@@ -142,7 +142,7 @@ jobs:
142
working-directory: ${{ inputs.frontend_directory }}
143
144
- name: JS Checks & Production Build
145
- uses: flarum/action-build@v3
+ uses: flarum/action-build@v4
146
with:
147
github_token: ${{ secrets.GITHUB_TOKEN }}
148
build_script: ${{ inputs.build_script }}
0 commit comments