From 83291d3d0e82542088c00493ef589dc31c3df06d Mon Sep 17 00:00:00 2001
From: openbuilds-engineer
Date: Tue, 7 Feb 2023 18:13:39 +0200
Subject: [PATCH] Updated setup-node and checkout versions in actions workflow
---
.github/workflows/build.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3dd0ff2..0bab4f0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,12 +14,16 @@ jobs:
steps:
- name: Check out Git repository
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
with:
node-version: 16
+ - name: Testing Node and NPM
+ - run: npm ci
+ - run: npm test
+
- name: Prepare for app notarization
if: startsWith(matrix.os, 'macos')
# Import Apple API key for app notarization on macOS