From 18cd85b833c47fa32cc1d87545a98f873f46388b Mon Sep 17 00:00:00 2001 From: Abdullah Qureshi Date: Sun, 29 Sep 2024 02:13:01 +0500 Subject: [PATCH] build(updated node-version semantic release): udpated the node version for semantic release --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de65441..f9fee96 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,11 +35,11 @@ jobs: if: ${{ github.ref == 'refs/heads/master' }} needs: [build] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: '>=20.8.1' # Adjust Node.js version as needed cache: 'npm' - run: npm ci - run: npm run semantic-release