Skip to content

Commit

Permalink
add version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevCraw authored Nov 23, 2022
1 parent b3ed695 commit e17b6a6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e17b6a6

Please sign in to comment.