Skip to content

Commit 6658b1b

Browse files
Merge branch 'main' into feat/soroban_storage_types
2 parents 9a9733a + 908b8cd commit 6658b1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

vscode/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"eslint": ">=7.0.0",
117117
"glob": "^7.1.6",
118118
"mocha": "^7.1.2",
119+
"tap": "^21.0.1",
119120
"typescript": "^5.3.3"
120121
},
121122
"__metadata": {

0 commit comments

Comments
 (0)