Skip to content

Commit

Permalink
Merge pull request #44 from dopecodez/node-version-update
Browse files Browse the repository at this point in the history
update node versions from 10,12 to 16,18
  • Loading branch information
dopecodez authored Dec 24, 2022
2 parents e628ac7 + f53bce9 commit 29dec7d
Show file tree
Hide file tree
Showing 3 changed files with 1,451 additions and 2,474 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
matrix:
node-version:
- 14
- 12
- 10
- 16
- 18
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -38,10 +38,10 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: '12'
node-version: '16'
- run: npm install
- run: npm run test
- uses: paambaati/codeclimate-action@v2.7.5
- uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
if: env.CC_TEST_REPORTER_ID != null
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"url": "git://github.com/dopecodez/wikipedia.git"
},
"devDependencies": {
"@types/infobox-parser": "^3.3.0",
"@types/jest": "^26.0.15",
"@types/node": "^13.13.5",
"@types/infobox-parser": "^3.3.1",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"eslint-plugin-tsdoc": "^0.2.7",
"jest": "^26.6.1",
"ts-jest": "^26.4.3",
"typescript": "^4.4.4"
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"files": [
"dist"
],
"types": "dist/",
"dependencies": {
"infobox-parser": "^3.4.1",
"node-fetch": "^2.6.1"
"infobox-parser": "^3.6.2",
"node-fetch": "2.6.1"
},
"keywords": [
"wiki",
Expand Down
Loading

0 comments on commit 29dec7d

Please sign in to comment.