Skip to content

Commit

Permalink
SWI-5012 - Upgrading action to run on NodeJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jgutierrezglez committed Apr 12, 2024
1 parent 10daefa commit 4565543
Show file tree
Hide file tree
Showing 171 changed files with 6,308 additions and 42,370 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
slack-channel:
description: 'Destination channel to send messages'
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
126 changes: 126 additions & 0 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions node_modules/@actions/core/lib/command.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 55 additions & 3 deletions node_modules/@actions/core/lib/core.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 58 additions & 16 deletions node_modules/@actions/core/lib/core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4565543

Please sign in to comment.