Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanYadaev committed Aug 15, 2023
1 parent 6096280 commit 948f959
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x, 20.x]
node-version: [14.x, 16.x, 17.x, 18.x, 19.x, 20.x]
eslint-version: [7, 8]
os: [ubuntu-latest, windows-latest]
fail-fast: false
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,23 @@
"@typescript-eslint/utils": "^6.4.0"
},
"devDependencies": {
"@tsconfig/node12": "^12.1.0",
"@tsconfig/node14": "^14.1.0",
"@tsconfig/strictest": "^2.0.1",
"@types/eslint": "^8.44.2",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/rule-tester": "^6.4.0",
"eslint": "^8.47.0",
"eslint-doc-generator": "^1.4.3",
"eslint-plugin-eslint-plugin": "^5.1.1",
"node12": "link:@@tsconfig/node12",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.34.1"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
},
"packageManager": "pnpm@^7.0.0",
"packageManager": "pnpm@7.33.6",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
}
20 changes: 8 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["@tsconfig/node12/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
"extends": ["@tsconfig/node14/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
"compilerOptions": {
"moduleResolution": "nodenext",
"module": "commonjs",
Expand Down

0 comments on commit 948f959

Please sign in to comment.