Skip to content

Commit

Permalink
fix(action): update missed node16->node20 in action.yml
Browse files Browse the repository at this point in the history
[Finishes #187824535]
  • Loading branch information
ianwremmel committed Jul 20, 2024
1 parent 2e36dfd commit 30ba238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ outputs:
tests:
description: The names of the test files to test on this node
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 30ba238

Please sign in to comment.