Skip to content

Commit

Permalink
93-update node version to 18 and removed @types dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy-tw committed Feb 6, 2024
1 parent 6853365 commit ff08bba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
216 changes: 0 additions & 216 deletions package-lock.json

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

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^14.18.63",
"@types/axios": "^0.14.0",
"jest": "^29.7.0",
"nock": "^12.0.1",
"open": "^6.4.0",
"prompt": "^1.0.0",
"sinon": "^9.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"nock": "^12.0.1",
"sinon": "^9.0.0"
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.5",
Expand Down

0 comments on commit ff08bba

Please sign in to comment.