Skip to content

Commit d7ad8d6

Browse files
authored
feat: update node version for VS Code Extension (#1576)
1 parent 8e2951c commit d7ad8d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Ž.github/workflows/dart_frog_vscode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: πŸ“š Git Checkout
2929
uses: actions/checkout@v4
3030

31-
- name: 🎯 Setup Node.js (18.x)
31+
- name: 🎯 Setup Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 18.x
34+
node-version: 22.11.0
3535
cache: "npm"
3636
cache-dependency-path: extensions/vscode/package-lock.json
3737

β€Ž.github/workflows/publish_extension_vscode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: πŸ“š Git Checkout
1919
uses: actions/checkout@v4
2020

21-
- name: 🎯 Setup Node.js (18.x)
21+
- name: 🎯 Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18.x
24+
node-version: 22.11.0
2525
cache: "npm"
2626
cache-dependency-path: extensions/vscode/package-lock.json
2727

0 commit comments

Comments
Β (0)