From 2849844edada970881f6ebbb5bc9fa6b53d04377 Mon Sep 17 00:00:00 2001 From: NayamAmarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:12:45 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ce0f6a..e3cc204 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,12 +8,12 @@ jobs: linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - with: - ref: electron - - uses: actions/setup-node@master + - uses: actions/checkout@v3 + + - uses: actions/setup-node@v3.5.0 with: node-version: 16 + - name: Install Modules and Publish build run: | npm install @@ -22,12 +22,12 @@ jobs: macos: runs-on: macOS-latest steps: - - uses: actions/checkout@master - with: - ref: electron - - uses: actions/setup-node@master + - uses: actions/checkout@v3 + + - uses: actions/setup-node@v3.5.0 with: node-version: 16 + - name: Install Modules and Publish build run: | npm install @@ -36,12 +36,12 @@ jobs: windo: runs-on: windows-latest steps: - - uses: actions/checkout@master - with: - ref: electron - - uses: actions/setup-node@master + - uses: actions/checkout@v3 + + - uses: actions/setup-node@v3.5.0 with: node-version: 16 + - name: Install Modules and Publish build run: | npm install