Skip to content

Commit 5d259c6

Browse files
committed
Bump node version to 20 in action.yml
Node 16 is EOL on 2023-09-11 so we update it to Node 20 that was added in the actions/runner in v2.308.0
1 parent 6207829 commit 5d259c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ outputs:
3131
php-version:
3232
description: 'PHP version in semver format'
3333
runs:
34-
using: 'node16'
34+
using: 'node20'
3535
main: 'dist/index.js'

0 commit comments

Comments
 (0)