Skip to content

Commit

Permalink
Merge pull request #82 from fabianbru/patch-1
Browse files Browse the repository at this point in the history
Update to node 20
  • Loading branch information
andrewsomething committed Jan 26, 2024
2 parents e5cb5b0 + d3cb995 commit 135ac0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
description: 'DigitalOcean API Token'
default: ''
runs:
using: 'node16'
main: 'dist/index.js'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 135ac0a

Please sign in to comment.