We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb5c95 commit 9001c49Copy full SHA for 9001c49
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-node@v3
24
with:
25
- node-version: 16.x
+ node-version: 20.x
26
cache: npm
27
- run: npm ci
28
- run: npm run build
action.yml
@@ -35,7 +35,7 @@ outputs:
35
comment-id:
36
description: 'The id of the created commit comment'
37
runs:
38
- using: 'node16'
+ using: 'node20'
39
main: 'dist/index.js'
40
branding:
41
icon: 'message-square'
0 commit comments