Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #469 from mikepenz/feature/update_node_20
Browse files Browse the repository at this point in the history
Update action to use node20
  • Loading branch information
mikepenz committed Jan 25, 2024
2 parents 52d5089 + ad852f9 commit a40c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ inputs:
description: 'Enables support for gradle versions below 7.5. Note: If enabled, all properties are read by the action as `--property` was only introduced in Gradle 7.5 or newer.'
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit a40c19f

Please sign in to comment.