diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9eb3ad1..56c98ef2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: '16.14.0' + node-version: '20.9.0' - name: Setup NPM Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: '16.14.0' + node-version: '20.9.0' - name: Setup NPM Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 @@ -76,7 +76,7 @@ jobs: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: '16.14.0' + node-version: '20.9.0' - name: Setup NPM Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 @@ -110,7 +110,7 @@ jobs: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: '16.14.0' + node-version: '20.9.0' - name: Setup NPM Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 @@ -207,7 +207,7 @@ jobs: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: '16.14.0' + node-version: '20.9.0' - name: Setup NPM Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 diff --git a/.github/workflows/local-test.yaml b/.github/workflows/local-test.yaml index 4bb06131..9c24861a 100644 --- a/.github/workflows/local-test.yaml +++ b/.github/workflows/local-test.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: '16.14.0' + node-version: '20.9.0' - name: NPM Install run: npm ci diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f54b7f7..29ab5acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Unreleased +## 3.0.0 (February 15, 2024) + +Improvements: + +* Bump node runtime from node16 to node20 [GH-528](https://github.com/hashicorp/vault-action/pull/528) + ## 2.8.1 (February 15, 2024) Bugs: diff --git a/action.yml b/action.yml index 5fc1144e..e3d28550 100644 --- a/action.yml +++ b/action.yml @@ -94,7 +94,7 @@ inputs: required: false default: 'false' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'unlock'