11
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2026-03-29 06:06:53 +00:00

ci: Update node version to 24

This commit is contained in:
IlarioJs 2026-03-18 11:39:49 -03:00
parent 79632e33d6
commit 1f05f6c7be
4 changed files with 47 additions and 7 deletions

View file

@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "20.9.0"
node-version: "24"
- name: Setup NPM Cache
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "20.9.0"
node-version: "24"
- name: Setup NPM Cache
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
@ -76,7 +76,7 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "20.9.0"
node-version: "24"
- name: Setup NPM Cache
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
@ -110,7 +110,7 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "20.9.0"
node-version: "24"
- name: Setup NPM Cache
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
@ -206,7 +206,7 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "20.9.0"
node-version: "24"
- name: Setup NPM Cache
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1

View file

@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: '20.9.0'
node-version: '24'
- name: NPM Install
run: npm ci

View file

@ -100,7 +100,7 @@ inputs:
required: false
default: 'false'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
branding:
icon: 'unlock'

40
dist/index.js vendored
View file

@ -18529,6 +18529,11 @@ function wrappy (fn, cb) {
/***/ 3348:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
// @ts-check
const core = __nccwpck_require__(2186);
const command = __nccwpck_require__(7351);
@ -18810,6 +18815,11 @@ module.exports = {
/***/ 4915:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
// @ts-check
const core = __nccwpck_require__(2186);
const rsasign = __nccwpck_require__(7175);
@ -19005,6 +19015,11 @@ module.exports = {
/***/ 4438:
/***/ ((module) => {
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
const WILDCARD_UPPERCASE = '*';
const WILDCARD = '**';
@ -19019,6 +19034,11 @@ module.exports = {
/***/ 4351:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
const auth = __nccwpck_require__(4915);
const secrets = __nccwpck_require__(8452);
const pki = __nccwpck_require__(1973);
@ -19034,6 +19054,11 @@ module.exports = {
/***/ 1973:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
const { normalizeOutputKey } = __nccwpck_require__(1608);
const core = __nccwpck_require__(2186);
@ -19116,6 +19141,11 @@ module.exports = {
/***/ 8452:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
const jsonata = __nccwpck_require__(4245);
const { WILDCARD, WILDCARD_UPPERCASE} = __nccwpck_require__(4438);
const { normalizeOutputKey } = __nccwpck_require__(1608);
@ -19302,6 +19332,11 @@ module.exports = {
/***/ 1608:
/***/ ((module) => {
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
/**
* Replaces any dot chars to __ and removes non-ascii charts
* @param {string} dataKey
@ -19502,6 +19537,11 @@ module.exports = require("zlib");
var __webpack_exports__ = {};
// 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 { exportSecrets } = __nccwpck_require__(3348);