Switch to node16 in actions.yml

This commit is contained in:
Shivam Mathur 2022-04-15 06:20:31 +05:30
parent 448bd61c6f
commit 251330ef7f
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

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