diff --git a/.github/workflows/ciNew.yaml b/.github/workflows/ciNew.yaml index 6746a5d..cccb9f0 100644 --- a/.github/workflows/ciNew.yaml +++ b/.github/workflows/ciNew.yaml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' # Match your extension's Node.js requirement + node-version: '20' # Match your extension's Node.js requirement cache: 'npm' # 3. Install dependencies @@ -27,7 +27,7 @@ jobs: # 4. Install vsce (VS Code Extension CLI) - name: Install vsce - run: npm install -g vsce + run: npm install -g @vscode/vsce # 5. Package the extension - name: Package Extension