Skip to content

Commit c688b68

Browse files
georgestaggclaude
andcommitted
Update .github/workflow/release.yml
Co-authored-by: Claude <[email protected]>
1 parent 2db6b7e commit c688b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18'
22+
node-version: '20'
2323
cache: 'npm'
2424

2525
- name: Install dependencies
@@ -31,10 +31,10 @@ jobs:
3131
npm run lint
3232
3333
- name: Install vsce
34-
run: npm install -g @vscode/vsce
34+
run: npm install -g @vscode/vsce@latest
3535

3636
- name: Build VSIX
37-
run: vsce package
37+
run: vsce package --no-dependencies
3838

3939
- name: Get package info
4040
id: package

0 commit comments

Comments
 (0)