Skip to content

Commit fc144a6

Browse files
chore: bump default node version and flarum/action-build
1 parent c5606dc commit fc144a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ on:
7474
description: The node version to use for the workflow.
7575
type: number
7676
required: false
77-
default: 16
77+
default: 20
7878

7979
js_package_manager:
8080
description: "Enable TypeScript?"
@@ -142,7 +142,7 @@ jobs:
142142
working-directory: ${{ inputs.frontend_directory }}
143143

144144
- name: JS Checks & Production Build
145-
uses: flarum/action-build@v3
145+
uses: flarum/action-build@v4
146146
with:
147147
github_token: ${{ secrets.GITHUB_TOKEN }}
148148
build_script: ${{ inputs.build_script }}

0 commit comments

Comments
 (0)