Skip to content

Commit

Permalink
Fix eslint (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipaunov authored Jan 30, 2024
1 parent 8ccf62e commit ad2b4c5
Show file tree
Hide file tree
Showing 4 changed files with 12,265 additions and 13,600 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
preset: 'ts-jest',
globals: {
'ts-jest': {
tsConfig: './__tests__/tsconfig.test.json'
tsconfig: './__tests__/tsconfig.test.json'
}
},
testEnvironment: "node",
Expand Down
Loading

0 comments on commit ad2b4c5

Please sign in to comment.