From eeca1c4bc5c43e480e08bb431cfec0bed52eb0ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:48:08 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/deploy-PROD.yml | 2 +- .github/workflows/deploy-RELEASE.yml | 2 +- .github/workflows/test.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-PROD.yml b/.github/workflows/deploy-PROD.yml index 54c6a03..9bccb39 100644 --- a/.github/workflows/deploy-PROD.yml +++ b/.github/workflows/deploy-PROD.yml @@ -41,7 +41,7 @@ jobs: ############################################################## # Publish updated version of markdown-table-formatter on NPM # ############################################################## - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v6.0.0 with: node-version: "18.x" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index cfb0d13..52d30bb 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -36,7 +36,7 @@ jobs: ############################################################## # Publish updated version of markdown-table-formatter on NPM # ############################################################## - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v6.0.0 with: node-version: "18.x" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee45644..816337e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v6.0.0 with: node-version: "18.x" registry-url: "https://registry.npmjs.org" @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v6.0.0 with: node-version: "18.x" registry-url: "https://registry.npmjs.org" @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v6.0.0 with: node-version: "18.x" registry-url: "https://registry.npmjs.org"