Skip to content

Commit 9262638

Browse files
authored
Prepare for v3.0.0 release (#529)
1 parent 9c2d817 commit 9262638

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
1212
with:
13-
node-version: '16.14.0'
13+
node-version: '20.9.0'
1414

1515
- name: Setup NPM Cache
1616
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
4242
with:
43-
node-version: '16.14.0'
43+
node-version: '20.9.0'
4444

4545
- name: Setup NPM Cache
4646
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -76,7 +76,7 @@ jobs:
7676

7777
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
7878
with:
79-
node-version: '16.14.0'
79+
node-version: '20.9.0'
8080

8181
- name: Setup NPM Cache
8282
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -110,7 +110,7 @@ jobs:
110110

111111
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
112112
with:
113-
node-version: '16.14.0'
113+
node-version: '20.9.0'
114114

115115
- name: Setup NPM Cache
116116
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -207,7 +207,7 @@ jobs:
207207

208208
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
209209
with:
210-
node-version: '16.14.0'
210+
node-version: '20.9.0'
211211

212212
- name: Setup NPM Cache
213213
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

.github/workflows/local-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
2424
with:
25-
node-version: '16.14.0'
25+
node-version: '20.9.0'
2626

2727
- name: NPM Install
2828
run: npm ci

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased
22

3+
## 3.0.0 (February 15, 2024)
4+
5+
Improvements:
6+
7+
* Bump node runtime from node16 to node20 [GH-528](https://github.com/hashicorp/vault-action/pull/528)
8+
39
## 2.8.1 (February 15, 2024)
410

511
Bugs:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ inputs:
9494
required: false
9595
default: 'false'
9696
runs:
97-
using: 'node16'
97+
using: 'node20'
9898
main: 'dist/index.js'
9999
branding:
100100
icon: 'unlock'

0 commit comments

Comments
 (0)