Skip to content

Commit

Permalink
chore: bump to node v18.16 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored Jun 15, 2023
1 parent eac8d13 commit db46d65
Show file tree
Hide file tree
Showing 16 changed files with 3,416 additions and 531 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ jobs:
publish:
docker:
- image: cimg/node:18.13.0
- image: cimg/node:18.16.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -759,7 +759,7 @@ jobs:
npm-js-tests:
docker:
- image: cimg/node:18.13.0
- image: cimg/node:18.16.0
description: "npm-js-tests"
steps:
- checkout-and-merge-to-main
Expand Down
2 changes: 1 addition & 1 deletion npm-js/create-kalix-entity/template/base-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@kalix-io/testkit": "{{testkitVersion}}",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.13.0",
"@types/node": "^18.16.0",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ts-mocha": "^10.0.0",
Expand Down
Loading

0 comments on commit db46d65

Please sign in to comment.