diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e549ad9..5ccb9f6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 16.x ] + node-version: [ 20.x ] steps: - name: Checkout Repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61a5802..e068e77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 18.x ] + node-version: [ 20.x ] steps: - name: Checkout Repository diff --git a/.github/workflows/test-replace-tokens-action.yml b/.github/workflows/test-replace-tokens-action.yml index f529033..b3aadf5 100644 --- a/.github/workflows/test-replace-tokens-action.yml +++ b/.github/workflows/test-replace-tokens-action.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 18.x ] + node-version: [ 20.x ] steps: - name: Checkout Repository diff --git a/CHANGELOG.md b/CHANGELOG.md index 544c592..71b6ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project documented here. ## [Released] +## [1.2](https://github.com/abhinavminhas/replace-tokens/releases/tag/v1.1) - 2024-04-21 +### Changed +- Update action Node version from Node 18 to Node 20. + ## [1.1](https://github.com/abhinavminhas/replace-tokens/releases/tag/v1.1) - 2024-04-21 ### Changed - Update action Node version from Node 16 to Node 18. diff --git a/action.yml b/action.yml index 85313b2..3c5f1b1 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ inputs: required: false default: ',' runs: - using: 'node18' + using: 'node20' main: 'dist/index.js' \ No newline at end of file