From 8397685bfe093654e1ccd394f8e4567acf3b368b Mon Sep 17 00:00:00 2001 From: Ashutosh Sahu <53266261+Ashuto7h@users.noreply.github.com> Date: Wed, 23 Jun 2021 18:33:32 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 381a701..a024d91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,9 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14.17.0 - run: npm ci - - run: npm test - + publish-gpr: needs: build runs-on: ubuntu-latest