Skip to content

Commit

Permalink
fix: node@20 (#270)
Browse files Browse the repository at this point in the history
* fix: node@20

* chore: npm install @types/[email protected]
  • Loading branch information
junglebarry authored Oct 20, 2023
1 parent 1aa9dbb commit b47a7e6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
default_executor:
working_directory: ~/jsonapi-transformers
docker:
- image: cimg/node:18.18.2
- image: cimg/node:20.8.1
auth:
username: $DOCKER_USERNAME
password: $DOCKER_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.8.1
38 changes: 28 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.4",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"ajv": "^8.11.0",
Expand All @@ -61,6 +61,6 @@
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14 <19"
"node": ">=14 <21"
}
}

0 comments on commit b47a7e6

Please sign in to comment.