Skip to content

Commit

Permalink
node20
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Sep 15, 2023
1 parent bcb5c95 commit 9001c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ outputs:
comment-id:
description: 'The id of the created commit comment'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'message-square'
Expand Down

4 comments on commit 9001c49

@github-actions
Copy link

@github-actions github-actions bot commented on 9001c49 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a multi-line test comment

Edit: Some additional info

@github-actions
Copy link

@github-actions github-actions bot commented on 9001c49 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a multi-line test comment

Edit: Some additional info

@github-actions
Copy link

@github-actions github-actions bot commented on 9001c49 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a multi-line test comment read from a file.
This is the second line. This is still the second line.

@github-actions
Copy link

@github-actions github-actions bot commented on 9001c49 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a multi-line test comment read from a file.
This is the second line. This is still the second line.

Please sign in to comment.