change to node20 for all actions

This commit is contained in:
nickfyson
2023-11-22 10:20:12 +00:00
parent 382a50a028
commit d651fbc494
5 changed files with 5 additions and 5 deletions

View File

@@ -13,5 +13,5 @@ inputs:
$GITHUB_WORKSPACE as its working directory.
required: false
runs:
using: 'node16'
using: 'node20'
main: '../lib/autobuild-action.js'