Skip to content

Commit 9001c49

Browse files
committed
node20
1 parent bcb5c95 commit 9001c49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 16.x
25+
node-version: 20.x
2626
cache: npm
2727
- run: npm ci
2828
- run: npm run build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ outputs:
3535
comment-id:
3636
description: 'The id of the created commit comment'
3737
runs:
38-
using: 'node16'
38+
using: 'node20'
3939
main: 'dist/index.js'
4040
branding:
4141
icon: 'message-square'

0 commit comments

Comments
 (0)