Skip to content

Commit e561bda

Browse files
author
Maxim Titovich
committed
Fix: Update Node.js requirements to 18+ for ESLint compatibility
1 parent e70d981 commit e561bda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [16.x, 18.x, 20.x]
14+
node-version: [18.x, 20.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ registerTools(server, azureDevOpsService);
226226

227227
### Prerequisites
228228

229-
- Node.js 16 or higher
229+
- Node.js 18 or higher
230230
- npm or yarn
231231
- Azure DevOps account with a personal access token
232232

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typescript": "^5.3.3"
6262
},
6363
"engines": {
64-
"node": ">=16.0.0"
64+
"node": ">=18.0.0"
6565
},
6666
"repository": {
6767
"type": "git",

0 commit comments

Comments
 (0)