Skip to content

Commit 9adfbcb

Browse files
committed
Update CircleCI executor to node/node:20.18 and upgrade dependencies
1 parent 4e86a01 commit 9adfbcb

File tree

4 files changed

+4443
-5521
lines changed

4 files changed

+4443
-5521
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aliases:
22
- &node_executor
33
executor:
44
name: node/node
5-
node-version: "18.19"
5+
node-version: "20.18"
66

77
version: 2.1
88

jest-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
2-
browser: true,
32
preset: 'ts-jest',
3+
testEnvironment: 'jsdom',
44
moduleFileExtensions: [
55
'ts',
66
'tsx',

0 commit comments

Comments
 (0)