From fb8b73c4d384cec8ad7b9d9abc2a4b622519b18c Mon Sep 17 00:00:00 2001 From: Vitor Gomes Date: Fri, 22 Mar 2024 14:30:38 +0100 Subject: [PATCH 1/2] feat: upgrade node from 16 to 20 --- .github/workflows/test-and-release.yml | 4 ++-- .tool-versions | 2 +- README.md | 2 +- action.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 13c0b90..5163f4e 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - run: npm ci @@ -114,7 +114,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm ci - name: Bump version and push tag diff --git a/.tool-versions b/.tool-versions index 2329e81..d7568ad 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 16.18.1 +nodejs 20.11.1 diff --git a/README.md b/README.md index 0e1ca2e..8b00594 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ jobs: ## Contribute -Prep the project, it runs against nodejs v16, when using `asdf-vm` just hit `asdf install`. Then install the packages +Prep the project, it runs against nodejs v20, when using `asdf-vm` just hit `asdf install`. Then install the packages ``` npm ci diff --git a/action.yml b/action.yml index aba77f3..7f8d5a2 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ inputs: default: null runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' From 235eed9094ec5827aaab1b9081245c8239a25fb2 Mon Sep 17 00:00:00 2001 From: Vitor Gomes Date: Fri, 22 Mar 2024 16:18:32 +0100 Subject: [PATCH 2/2] chore: adds changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1c513..94df229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.0] - 2024-03-22 + +### Changed +- Bumps node from 16 to 20 + ## [1.2.0] - 2022-05-26 ### Changed