Skip to content

Commit

Permalink
feat(deps): update action from node16 to node20
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Update action from node16 to node20
  • Loading branch information
MikeMcC399 committed Aug 16, 2023
1 parent 05a8962 commit db24b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ outputs:
resultsUrl:
description: 'Cypress Cloud URL if the run was recorded'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
color: 'green'
Expand Down

0 comments on commit db24b4d

Please sign in to comment.