Skip to content

Commit

Permalink
feat: update runtime to node 20 (#282)
Browse files Browse the repository at this point in the history
* fix: update to use node20 (#281)

* build: bump package version

---------

Co-authored-by: Marco Maetzler <105300787+mmaetzler@users.noreply.github.com>
  • Loading branch information
peter-evans and mmaetzler committed Jan 25, 2024
1 parent e375408 commit d5fe376
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5,501 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
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
Expand Up @@ -29,7 +29,7 @@ outputs:
comment-author:
description: 'The author of the matching comment found.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'search'
Expand Down

0 comments on commit d5fe376

Please sign in to comment.