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
This commit is contained in:
Shivam Mathur 2023-09-09 17:01:24 +05:30
parent 6207829361
commit 5d259c66b1
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -31,5 +31,5 @@ outputs:
php-version: php-version:
description: 'PHP version in semver format' description: 'PHP version in semver format'
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'