From 379e55a996ee8780aed8b5fb29f44d4e2c70c577 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Wed, 21 Aug 2024 22:42:44 +0200 Subject: [PATCH] FIX-CAP: solved ci for nod js and publish vsix --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3fd8e9e..13bca47 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -94,8 +94,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 - with: - node-version: '16' - name: Python setup uses: actions/setup-python@v2 @@ -134,8 +132,6 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2 - with: - node-version: '16' - name: Python setup uses: actions/setup-python@v2