Skip to content

Commit

Permalink
✨ update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rsking committed Mar 25, 2024
1 parent a22bbc7 commit a8db209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This action installs the CLI for [Altvec.SemanticVersioning](https://github.com/altavec/SemanticVersioning) and exposes version data from it as action outputs.

The main change from version 2 to version 3 is updating the NODE version to 18.
The main change from version 2 to version 3 is updating the NODE version to 20.
The main change from version 1 to version 2 is installing and using `Altavec.SemanticVersioning` rather than `Mondo.SemanticVersioning`.

## Inputs
Expand Down Expand Up @@ -37,7 +37,7 @@ All inputs are optional.
### Using step outputs

```yaml
- uses: altavec/semver@v2
- uses: altavec/semver@v3
id: semver
with:
source: https://nuget.pkg.github.com/<ORG>/index.json
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ inputs:
workingDirectory:
description: 'The working directory to operate in'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit a8db209

Please sign in to comment.