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"