mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-19 18:25:44 +00:00
ci: Update node version to 24
This commit is contained in:
parent
79632e33d6
commit
1f05f6c7be
4 changed files with 47 additions and 7 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
||||||
with:
|
with:
|
||||||
node-version: "20.9.0"
|
node-version: "24"
|
||||||
|
|
||||||
- name: Setup NPM Cache
|
- name: Setup NPM Cache
|
||||||
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
||||||
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
||||||
with:
|
with:
|
||||||
node-version: "20.9.0"
|
node-version: "24"
|
||||||
|
|
||||||
- name: Setup NPM Cache
|
- name: Setup NPM Cache
|
||||||
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
||||||
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
||||||
with:
|
with:
|
||||||
node-version: "20.9.0"
|
node-version: "24"
|
||||||
|
|
||||||
- name: Setup NPM Cache
|
- name: Setup NPM Cache
|
||||||
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
||||||
|
|
@ -110,7 +110,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
||||||
with:
|
with:
|
||||||
node-version: "20.9.0"
|
node-version: "24"
|
||||||
|
|
||||||
- name: Setup NPM Cache
|
- name: Setup NPM Cache
|
||||||
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
||||||
|
|
@ -206,7 +206,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
||||||
with:
|
with:
|
||||||
node-version: "20.9.0"
|
node-version: "24"
|
||||||
|
|
||||||
- name: Setup NPM Cache
|
- name: Setup NPM Cache
|
||||||
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
||||||
|
|
|
||||||
2
.github/workflows/local-test.yaml
vendored
2
.github/workflows/local-test.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
||||||
with:
|
with:
|
||||||
node-version: '20.9.0'
|
node-version: '24'
|
||||||
|
|
||||||
- name: NPM Install
|
- name: NPM Install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
default: 'false'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node24'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: 'unlock'
|
icon: 'unlock'
|
||||||
|
|
|
||||||
40
dist/index.js
vendored
40
dist/index.js
vendored
|
|
@ -18529,6 +18529,11 @@ function wrappy (fn, cb) {
|
||||||
/***/ 3348:
|
/***/ 3348:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copyright IBM Corp. 2019, 2025
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
// @ts-check
|
// @ts-check
|
||||||
const core = __nccwpck_require__(2186);
|
const core = __nccwpck_require__(2186);
|
||||||
const command = __nccwpck_require__(7351);
|
const command = __nccwpck_require__(7351);
|
||||||
|
|
@ -18810,6 +18815,11 @@ module.exports = {
|
||||||
/***/ 4915:
|
/***/ 4915:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copyright IBM Corp. 2019, 2025
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
// @ts-check
|
// @ts-check
|
||||||
const core = __nccwpck_require__(2186);
|
const core = __nccwpck_require__(2186);
|
||||||
const rsasign = __nccwpck_require__(7175);
|
const rsasign = __nccwpck_require__(7175);
|
||||||
|
|
@ -19005,6 +19015,11 @@ module.exports = {
|
||||||
/***/ 4438:
|
/***/ 4438:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copyright IBM Corp. 2019, 2025
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
const WILDCARD_UPPERCASE = '*';
|
const WILDCARD_UPPERCASE = '*';
|
||||||
const WILDCARD = '**';
|
const WILDCARD = '**';
|
||||||
|
|
||||||
|
|
@ -19019,6 +19034,11 @@ module.exports = {
|
||||||
/***/ 4351:
|
/***/ 4351:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copyright IBM Corp. 2019, 2025
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
const auth = __nccwpck_require__(4915);
|
const auth = __nccwpck_require__(4915);
|
||||||
const secrets = __nccwpck_require__(8452);
|
const secrets = __nccwpck_require__(8452);
|
||||||
const pki = __nccwpck_require__(1973);
|
const pki = __nccwpck_require__(1973);
|
||||||
|
|
@ -19034,6 +19054,11 @@ module.exports = {
|
||||||
/***/ 1973:
|
/***/ 1973:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copyright IBM Corp. 2019, 2025
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
const { normalizeOutputKey } = __nccwpck_require__(1608);
|
const { normalizeOutputKey } = __nccwpck_require__(1608);
|
||||||
const core = __nccwpck_require__(2186);
|
const core = __nccwpck_require__(2186);
|
||||||
|
|
||||||
|
|
@ -19116,6 +19141,11 @@ module.exports = {
|
||||||
/***/ 8452:
|
/***/ 8452:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copyright IBM Corp. 2019, 2025
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
const jsonata = __nccwpck_require__(4245);
|
const jsonata = __nccwpck_require__(4245);
|
||||||
const { WILDCARD, WILDCARD_UPPERCASE} = __nccwpck_require__(4438);
|
const { WILDCARD, WILDCARD_UPPERCASE} = __nccwpck_require__(4438);
|
||||||
const { normalizeOutputKey } = __nccwpck_require__(1608);
|
const { normalizeOutputKey } = __nccwpck_require__(1608);
|
||||||
|
|
@ -19302,6 +19332,11 @@ module.exports = {
|
||||||
/***/ 1608:
|
/***/ 1608:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copyright IBM Corp. 2019, 2025
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Replaces any dot chars to __ and removes non-ascii charts
|
* Replaces any dot chars to __ and removes non-ascii charts
|
||||||
* @param {string} dataKey
|
* @param {string} dataKey
|
||||||
|
|
@ -19502,6 +19537,11 @@ module.exports = require("zlib");
|
||||||
var __webpack_exports__ = {};
|
var __webpack_exports__ = {};
|
||||||
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
||||||
(() => {
|
(() => {
|
||||||
|
/**
|
||||||
|
* Copyright IBM Corp. 2019, 2025
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
const core = __nccwpck_require__(2186);
|
const core = __nccwpck_require__(2186);
|
||||||
const { exportSecrets } = __nccwpck_require__(3348);
|
const { exportSecrets } = __nccwpck_require__(3348);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue