Skip to content

Commit

Permalink
feat: Update action to use node 20 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laennart authored Mar 18, 2024
1 parent 3db042a commit 2ed8af5
Show file tree
Hide file tree
Showing 6 changed files with 24,488 additions and 886 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The new version of the project.
## Example usage

```yaml
uses: stikkyapp/update-pubspec-version@v1
uses: stikkyapp/update-pubspec-version@v2
with:
strategy: 'patch'
bump-build: true
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ outputs:
new-version:
description: 'The new version.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 2ed8af5

Please sign in to comment.