Skip to content

Commit

Permalink
chore(deps): updated action nodejs version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ptonini committed Jan 30, 2024
1 parent b38aae7 commit 3dc7bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ permissions:

jobs:
publish:
uses: ptonini-actions/workflows/.github/workflows/publisher-github-action.yaml@main
uses: ptonini-actions/workflows/.github/workflows/publisher--github-action.yaml@main
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ inputs:
required: false
default: ${{ github.actor }}
runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit 3dc7bcf

Please sign in to comment.