diff --git a/.github/workflows/deploy-PROD.yml b/.github/workflows/deploy-PROD.yml index 1d97bac..334b3a9 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@v2.1.3 + - uses: actions/setup-node@v2.5.2 with: node-version: "12.x" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index 50e1839..ee172a8 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@v2.1.3 + - uses: actions/setup-node@v2.5.2 with: node-version: "12.x" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index adefc46..9022298 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 - - uses: actions/setup-node@v2.1.3 + - uses: actions/setup-node@v2.5.2 with: node-version: "16.x" registry-url: "https://registry.npmjs.org" @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 - - uses: actions/setup-node@v2.1.3 + - uses: actions/setup-node@v2.5.2 with: node-version: "16.x" registry-url: "https://registry.npmjs.org" @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 - - uses: actions/setup-node@v2.1.3 + - uses: actions/setup-node@v2.5.2 with: node-version: "16.x" registry-url: "https://registry.npmjs.org"