Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore: Use Node.js 20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Dec 5, 2023
1 parent a18f727 commit d496b02
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 132 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Expand Up @@ -23,7 +23,3 @@ updates:
labels:
- 'type: chore \U0001F9F9'
open-pull-requests-limit: 10
ignore:
- dependency-name: 'axios'
versions:
- '>= 1'
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [18.x]
node-version: [20.x]
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -3,9 +3,9 @@
"url": "https://github.com/bennycode/coinbase-pro-node/issues"
},
"dependencies": {
"@types/node": "20.10.1",
"@types/node": "20.10.3",
"@types/ws": "8.5.10",
"axios": "1.6.0",
"axios": "1.6.2",
"axios-retry": "4.0.0",
"reconnecting-websocket": "4.4.0",
"ws": "8.14.2",
Expand All @@ -14,27 +14,27 @@
"description": "Coinbase Pro API for Node.js, written in TypeScript and covered by tests.",
"devDependencies": {
"@types/jasmine": "4.3.5",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"c8": "8.0.1",
"cross-env": "7.0.3",
"dotenv-defaults": "5.0.2",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "3.1.0",
"generate-changelog": "1.8.0",
"husky": "8.0.3",
"jasmine": "3.99.0",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"nock": "13.4.0",
"prettier": "3.1.0",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
"typedoc": "0.25.4",
"typedoc-plugin-markdown": "3.17.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"engines": {
"node": ">= 18",
Expand Down

0 comments on commit d496b02

Please sign in to comment.