Skip to content

Commit

Permalink
Merge pull request #43 from mcagabe19/patch-1
Browse files Browse the repository at this point in the history
Node 16 is deprecated
  • Loading branch information
krdlab authored Jan 25, 2024
2 parents 96897b9 + 4c84397 commit de5661a
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 @@ -10,7 +10,7 @@ inputs:
description: 'Used to specify the path to a dependency file.'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/cache-save/index.js'
post-if: success()
Expand Down

0 comments on commit de5661a

Please sign in to comment.