We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88193d5 + 6658b1b commit 1463176Copy full SHA for 1463176
.github/workflows/test.yml
@@ -485,7 +485,7 @@ jobs:
485
- name: Install Node.js
486
uses: actions/setup-node@v4
487
with:
488
- node-version: '16'
+ node-version: '>=18.17'
489
- run: npm install
490
working-directory: ./vscode
491
- run: npm run compile
vscode/package.json
@@ -116,6 +116,7 @@
116
"eslint": ">=7.0.0",
117
"glob": "^7.1.6",
118
"mocha": "^7.1.2",
119
+ "tap": "^21.0.1",
120
"typescript": "^5.3.3"
121
},
122
"__metadata": {
0 commit comments