Skip to content

Commit

Permalink
Bump semver-compare, go-test-results-parsing actions to node20 (#124)
Browse files Browse the repository at this point in the history
[RE-1882]  semver-compare, go-test-results-parsing bump to node20
  • Loading branch information
erikburt authored Oct 18, 2023
1 parent 3b12835 commit 615a600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/go-test-results-parsing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
description: 'The file you want to write the results out to, leave empty if you do not want to write to a file'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion semver-compare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ outputs:
result:
description: 'Comparison result'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 615a600

Please sign in to comment.