Skip to content

Commit

Permalink
Merge pull request #110 from badsyntax/feature/configure
Browse files Browse the repository at this point in the history
Fix publish
  • Loading branch information
badsyntax authored Sep 21, 2024
2 parents 1f4c7ce + 9b18db2 commit d7d800c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
vscodeVersion:
- 1.64.2
- stable
Expand Down Expand Up @@ -61,7 +59,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 16
node-version: 20
- name: Install packages
run: npm ci
- name: Install webview-ui NPM Packages
Expand Down

0 comments on commit d7d800c

Please sign in to comment.