Skip to content

Commit af24915

Browse files
committed
Update Node.js version to 20 in the deployment workflow
1 parent 66a2db1 commit af24915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '18'
27+
node-version: '20'
2828
registry-url: 'https://registry.npmjs.org'
2929

3030
- name: Setup PNPM

0 commit comments

Comments
 (0)