From 5ad0501cf70d0d963d048a4549508a59af737349 Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Fri, 20 Jan 2023 14:15:18 +0530 Subject: [PATCH] Update create_release.yml --- .github/workflows/create_release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index bfbc3ac..57a15b2 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -15,6 +15,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + + - uses: actions/setup-node@v2 + with: + node-version: '16.x' + registry-url: 'https://registry.npmjs.org' + scope: '@neutralinojs' + - name: Install and Build run: | npm ci @@ -77,6 +84,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + + - uses: actions/setup-node@v2 + with: + node-version: '16.x' + registry-url: 'https://registry.npmjs.org' + scope: '@neutralinojs' - name: Publish to NPM Registry run: |