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 948f959 commit 71b0ce7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:

env:
PNPM_VERSION: 7.33.6
PNPM_VERSION: 8.6.3

jobs:
test:
strategy:
matrix:
node-version: [14.x, 16.x, 17.x, 18.x, 19.x, 20.x]
node-version: [16.x, 17.x, 18.x, 19.x, 20.x]
eslint-version: [7, 8]
os: [ubuntu-latest, windows-latest]
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/utils": "^6.4.0"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.0",
"@tsconfig/node16": "^16.1.0",
"@tsconfig/strictest": "^2.0.1",
"@types/eslint": "^8.44.2",
"@typescript-eslint/parser": "^6.4.0",
Expand All @@ -59,8 +59,8 @@
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
},
"packageManager": "pnpm@7.33.6",
"packageManager": "pnpm@8.6.3",
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
}
}
17 changes: 9 additions & 8 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/node14/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
"extends": ["@tsconfig/node16/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
"compilerOptions": {
"moduleResolution": "nodenext",
"module": "commonjs",
Expand Down

0 comments on commit 71b0ce7

Please sign in to comment.