Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #77 from metafacture/67-fixExtensionBuild
Browse files Browse the repository at this point in the history
Fix VS Extension build
  • Loading branch information
fsteeg authored Nov 23, 2021
2 parents 6e3d4c4 + a4e739c commit c43fae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
- name: Set up vsce
run: npm install -g vsce
- name: Set up JDK 1.8
Expand Down

0 comments on commit c43fae1

Please sign in to comment.