Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit db46d65

Browse files
authored
chore: bump to node v18.16 (#490)
1 parent eac8d13 commit db46d65

File tree

16 files changed

+3416
-531
lines changed

16 files changed

+3416
-531
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ jobs:
700700
701701
publish:
702702
docker:
703-
- image: cimg/node:18.13.0
703+
- image: cimg/node:18.16.0
704704
steps:
705705
- checkout
706706
- run:
@@ -759,7 +759,7 @@ jobs:
759759
760760
npm-js-tests:
761761
docker:
762-
- image: cimg/node:18.13.0
762+
- image: cimg/node:18.16.0
763763
description: "npm-js-tests"
764764
steps:
765765
- checkout-and-merge-to-main

npm-js/create-kalix-entity/template/base-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@kalix-io/testkit": "{{testkitVersion}}",
1414
"@types/chai": "^4.3.1",
1515
"@types/mocha": "^9.1.1",
16-
"@types/node": "^18.13.0",
16+
"@types/node": "^18.16.0",
1717
"chai": "^4.3.6",
1818
"mocha": "^10.0.0",
1919
"ts-mocha": "^10.0.0",

0 commit comments

Comments
 (0)