From 57598f73386e212054bdcd711dc7a7100be1753e Mon Sep 17 00:00:00 2001 From: so-inetgrations Date: Thu, 30 Apr 2026 07:34:13 +0000 Subject: [PATCH] Autoupdating node version from 24.14.1 to 24.15.0 in GitHub workflows via utility --- .github/workflows/ci.yml | 5 +++-- .github/workflows/npm-publish.yml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e558887..62c171a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: '24.14.1' + node-version: '24.15.0' # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -23,10 +23,11 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' cache: 'npm' - run: npm ci - run: npm test + diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ee81f9c..c7ab590 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' registry-url: "https://registry.npmjs.org" - name: Install dependencies @@ -39,3 +39,4 @@ jobs: +