From 80815c107eccad55616b66bcaed804469c65a7a7 Mon Sep 17 00:00:00 2001 From: NeonXP Date: Mon, 7 Aug 2023 21:08:48 +0300 Subject: interface implementation --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index beb5f92..30edd45 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 + - run: npm install - name: Publish to Open VSX Registry uses: HaaLeo/publish-vscode-extension@v0 with: @@ -20,7 +21,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 + - run: npm install - name: Publish to Visual Studio Marketplace uses: HaaLeo/publish-vscode-extension@v0 with: -- cgit v1.2.3