Skip to content

Commit

Permalink
Bump Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Sep 11, 2023
1 parent bbca79a commit 0860dd1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ jobs:
uses: ncalteen/issueops-labeler@vX.X.X
with:
action: add
issue_number: 1
labels: |
enhancement
great-first-issue
issue: 1
# Remove labels from an issue in this repository
- name: Remove Labels
id: remove-labels
uses: ncalteen/issueops-labeler@vX.X.X
with:
action: remove
issue_number: 1
labels: |
enhancement
great-first-issue
issue: 1
```
## Behavior
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ inputs:
default: ${{ github.repository }}

runs:
using: node16
using: node20
main: dist/index.js
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "issueops-labeler",
"description": "Manage labels for issues and pull requests",
"version": "1.0.0",
"version": "1.1.0",
"author": "Nick Alteen <ncalteen@github.com>",
"homepage": "https://github.com/ncalteen/issueops-labeler#readme",
"repository": {
Expand All @@ -17,7 +17,7 @@
"issueops"
],
"engines": {
"node": ">=18"
"node": ">=20"
},
"scripts": {
"bundle": "npm run format:write && npm run package",
Expand Down

0 comments on commit 0860dd1

Please sign in to comment.