Skip to content

Commit d7d800c

Browse files
authored
Merge pull request #110 from badsyntax/feature/configure
Fix publish
2 parents 1f4c7ce + 9b18db2 commit d7d800c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-latest
16-
- macos-latest
17-
- windows-latest
1816
vscodeVersion:
1917
- 1.64.2
2018
- stable
@@ -61,7 +59,7 @@ jobs:
6159
- uses: actions/checkout@v3
6260
- uses: actions/setup-node@v3.6.0
6361
with:
64-
node-version: 16
62+
node-version: 20
6563
- name: Install packages
6664
run: npm ci
6765
- name: Install webview-ui NPM Packages

0 commit comments

Comments
 (0)