From e17b6a685593a736850c6a9ecb72e7160805e3bb Mon Sep 17 00:00:00 2001 From: Trevor Crawford Date: Wed, 23 Nov 2022 18:04:42 -0500 Subject: [PATCH] add version checks --- .github/workflows/build.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bc91198b..9592fee9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,12 +32,9 @@ jobs: - name: Build Liberty Tools for VSCode working-directory: ./liberty-tools-vscode run: | - npm install - npm install -g vsce - npm run build - npm run buildJakarta - npm run compile - vsce package + openssl version + node -v + npm -v - name: Archive artifacts if: runner.os == 'Linux' uses: actions/upload-artifact@v3