Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 5672860

Browse files
committed
Fixed hopefully
1 parent 6c7bab2 commit 5672860

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 12
14+
node-version: 16
1515
- run: npm ci
1616
- name: Publish to Visual Studio Marketplace
1717
uses: HaaLeo/publish-vscode-extension@v1
1818
with:
1919
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2020
registryUrl: https://marketplace.visualstudio.com
21+

0 commit comments

Comments
 (0)