Skip to content

Commit 73c39c9

Browse files
committed
fix: GitHub now requires using node 20
1 parent 22749cf commit 73c39c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Flarum JavaScript Build
22
description: Automatically compile your extension's JavaScript files
33
author: 'Flarum'
44
runs:
5-
using: 'node16'
5+
using: 'node20'
66
main: 'dist/index.js'
77
inputs:
88
github_token:

0 commit comments

Comments
 (0)