Skip to content

Commit

Permalink
chore: bump action to use node20
Browse files Browse the repository at this point in the history
Note that 20 is the LTS at this time
  • Loading branch information
fpicalausa committed Feb 3, 2024
1 parent b9de60c commit 6c6983d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Remove Stale Branches"
description: "Cleanup stale branches from a repository"
author: "Francois Picalausa"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
inputs:
github-token:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remove-stale-branches",
"private": true,
"version": "1.6.0",
"version": "2.0.0",
"description": "Cleanup stale branches from a repository",
"main": "src/index.ts",
"author": "Francois Picalausa <[email protected]>",
Expand Down

0 comments on commit 6c6983d

Please sign in to comment.