Skip to content

Commit

Permalink
update the action to use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaXu committed Mar 12, 2024
1 parent cf0065b commit 633037b
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@kaverma @kanika1894 @BALAGA-GAYATRI @pulkitaggarwl
@YanaXu
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ branding:
icon: 'log-in'
color: 'blue'
runs:
using: 'node16'
using: 'node20'
main: 'lib/main.js'
Loading

0 comments on commit 633037b

Please sign in to comment.