Skip to content

Commit

Permalink
Merge pull request #154 from andrebrito16/chore/update-node-to-20
Browse files Browse the repository at this point in the history
Chore/update node to 20
  • Loading branch information
filipeforattini committed Jun 4, 2024
2 parents 5f79642 + f3d5150 commit fc64a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/config-scrapper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ outputs:
description: ""

runs:
using: "node20"
using: "node16"
main: "index.js"

# runs:
Expand Down
2 changes: 1 addition & 1 deletion src/actions/config-scrapper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ outputs:
description: ""

runs:
using: "node20"
using: "node16"
main: "index.js"

# runs:
Expand Down

0 comments on commit fc64a8f

Please sign in to comment.