Skip to content

Commit

Permalink
Merge pull request #100 from YanaXu/yanxu/node20
Browse files Browse the repository at this point in the history
update the action to use Node.js 20
  • Loading branch information
dolauli authored Mar 12, 2024
2 parents cf0065b + 633037b commit aa12118
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 aa12118

Please sign in to comment.