From a8db209397d35cd974b1f57e0b81759e21c7b849 Mon Sep 17 00:00:00 2001 From: Ross King Date: Tue, 26 Mar 2024 10:17:10 +1100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20update=20to=20node=2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c430bb7..7842a38 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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//index.json diff --git a/action.yml b/action.yml index 79c47b3..6733994 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ inputs: workingDirectory: description: 'The working directory to operate in' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'