Update ciNew.yaml

This commit is contained in:
Chase Eller 2026-03-22 17:52:30 -04:00
parent 31d7d55989
commit 6c995c0466
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
1 changed files with 2 additions and 2 deletions

View File

@ -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