Skip to content

Commit bacaa3c

Browse files
update node to v18
Signed-off-by: salaheldinsoliman <[email protected]>
1 parent 95e57ea commit bacaa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ jobs:
485485
- name: Install Node.js
486486
uses: actions/setup-node@v4
487487
with:
488-
node-version: '16'
488+
node-version: '>=18.17'
489489
- run: npm install
490490
working-directory: ./vscode
491491
- run: npm run compile

0 commit comments

Comments
 (0)