From 6c995c046696225d17f79546e1e0354eaf1ad56a Mon Sep 17 00:00:00 2001 From: Chase Eller Date: Sun, 22 Mar 2026 17:52:30 -0400 Subject: [PATCH] Update ciNew.yaml --- .github/workflows/ciNew.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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