Skip to content

Commit dbd9cc2

Browse files
committed
use latest node
1 parent 364ff13 commit dbd9cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-marketplace.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: latest
1515
- run: npm ci
1616
- name: Publish to Visual Studio Marketplace
1717
uses: HaaLeo/publish-vscode-extension@v1

0 commit comments

Comments
 (0)