From 3276402c13b4a68e767131243de17c095188acb5 Mon Sep 17 00:00:00 2001 From: Soubhik Kumar Gon Date: Mon, 8 Jul 2024 22:56:19 +0530 Subject: [PATCH] feat: adds nightly release CI --- .github/workflows/public-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/public-release.yml b/.github/workflows/public-release.yml index 9c631c4..6f01acf 100644 --- a/.github/workflows/public-release.yml +++ b/.github/workflows/public-release.yml @@ -5,6 +5,9 @@ on: branches: - main +env: + HUSKY: 0 + jobs: build: runs-on: ubuntu-latest @@ -16,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '20' - name: Install dependencies run: npm install