Skip to content

Commit

Permalink
Merge pull request #1 from digipost/node-20
Browse files Browse the repository at this point in the history
bump from node 16 to 20
  • Loading branch information
hermanwh authored Mar 18, 2024
2 parents c371aac + 3ee1e9c commit 4a16fb2
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 144 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 @@ This value is also exported in the Github Environment as `MVN_GOALS`.
## Example usage

```yaml
uses: digipost/set-maven-goals@v1.0
uses: digipost/set-maven-goals@v2.0
```
## Building this project
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ outputs:
maven-goals:
description: 'The value of the maven goal variable'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 4a16fb2

Please sign in to comment.