Skip to content

Commit

Permalink
feat!: upgrade action node engine to node16 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Apr 5, 2023
1 parent 89c9448 commit 26a4f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Bumping
uses: derberg/npm-dependency-manager-for-your-github-org@v4
uses: derberg/npm-dependency-manager-for-your-github-org@v5
with:
github_token: ${{ secrets.CUSTOM_TOKEN }}
repos_to_ignore: repo1,repo2
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inputs:
In the format: `next-major`.
required: false
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: chevrons-up
Expand Down

0 comments on commit 26a4f13

Please sign in to comment.