From 32f7aaac8a13bf3b77789949a942a9e3ba3b745d Mon Sep 17 00:00:00 2001 From: saikrishna321 Date: Thu, 11 Jul 2024 13:25:05 +0530 Subject: [PATCH] chore: fix node version --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 27871cb..c15efae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,8 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: lts/* - check-latest: true + node-version: 20.2.0 - run: npm install --no-package-lock name: Install dev dependencies - run: npx semantic-release