Skip to content

Commit

Permalink
Update to run on Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Dec 20, 2023
1 parent 982da8e commit c821b7c
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Configuration file for asdf version manager
nodejs 16.18.1
nodejs 20.10.0
gradle 8.5
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ outputs:
description: Version of Gradle that was setup by the action

runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/post/index.js'

Expand Down
Loading

0 comments on commit c821b7c

Please sign in to comment.