Skip to content

Commit d5fe376

Browse files
feat: update runtime to node 20 (#282)
* fix: update to use node20 (#281) * build: bump package version --------- Co-authored-by: Marco Maetzler <[email protected]>
1 parent e375408 commit d5fe376

File tree

4 files changed

+8
-5501
lines changed

4 files changed

+8
-5501
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 16.x
20+
node-version: 20.x
2121
cache: npm
2222
- run: npm ci
2323
- run: npm run build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ outputs:
2929
comment-author:
3030
description: 'The author of the matching comment found.'
3131
runs:
32-
using: 'node16'
32+
using: 'node20'
3333
main: 'dist/index.js'
3434
branding:
3535
icon: 'search'

0 commit comments

Comments
 (0)