Switch to node16 in actions.yml
This commit is contained in:
parent
448bd61c6f
commit
251330ef7f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,5 +29,5 @@ outputs:
|
|||
php-version:
|
||||
description: 'PHP version in semver format'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
|
|
|||
Loading…
Reference in a new issue