diff options
author | NeonXP <i@neonxp.dev> | 2023-08-07 21:08:48 +0300 |
---|---|---|
committer | NeonXP <i@neonxp.dev> | 2023-08-08 01:28:57 +0300 |
commit | 80815c107eccad55616b66bcaed804469c65a7a7 (patch) | |
tree | 1fb9bb51c8ae179910a01fca59ed21b39d42fa12 /.github | |
parent | 0eaa18df4b855afa96f30985232db1c45c7ba8a9 (diff) |
interface implementation
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 4 insertions, 2 deletions
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: |