Skip to content

Commit 2242a5c

Browse files
Chore: [AEA-6108] - upgrade node to 24 (#2262)
## Summary - Routine Change ### Details - upgrade node Co-authored-by: Connor Avery <[email protected]>
1 parent adc0584 commit 2242a5c

File tree

13 files changed

+33
-18
lines changed

13 files changed

+33
-18
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ repos:
158158
language: system
159159

160160
fail_fast: true
161-
default_stages: [commit]
161+
default_stages: [pre-commit]

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nodejs 20.19.5
1+
nodejs 24.13.0
22
python 3.12.12
33
poetry 2.2.1
44
shellcheck 0.11.0

SAMtemplates/functions/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Globals:
99
MemorySize: 256
1010
Architectures:
1111
- x86_64
12-
Runtime: nodejs20.x
12+
Runtime: nodejs24.x
1313
Environment:
1414
Variables:
1515
STACK_NAME: !Ref StackName

package-lock.json

Lines changed: 20 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/capabilityStatement/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import defaultConfig from "../../jest.default.config"
1+
import defaultConfig from "../../jest.default.config.ts"
22
import type {JestConfigWithTsJest} from "ts-jest"
33

44
const jestConfig: JestConfigWithTsJest = {

packages/common/utilities/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type {JestConfigWithTsJest} from "ts-jest"
2-
import defaultConfig from "../../../jest.default.config"
2+
import defaultConfig from "../../../jest.default.config.ts"
33

44
const jestConfig: JestConfigWithTsJest = {
55
...defaultConfig,

packages/distanceSelling/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type {JestConfigWithTsJest} from "ts-jest"
2-
import defaultConfig from "../../jest.default.config"
2+
import defaultConfig from "../../jest.default.config.ts"
33

44
const jestConfig: JestConfigWithTsJest = {
55
...defaultConfig,

packages/enrichPrescriptions/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type {JestConfigWithTsJest} from "ts-jest"
2-
import defaultConfig from "../../jest.default.config"
2+
import defaultConfig from "../../jest.default.config.ts"
33

44
const jestConfig: JestConfigWithTsJest = {
55
...defaultConfig,

packages/getMyPrescriptions/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type {JestConfigWithTsJest} from "ts-jest"
2-
import defaultConfig from "../../jest.default.config"
2+
import defaultConfig from "../../jest.default.config.ts"
33

44
const jestConfig: JestConfigWithTsJest = {
55
...defaultConfig,

packages/nhsd-pfp-sandbox/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import defaultConfig from "../../jest.default.config"
1+
import defaultConfig from "../../jest.default.config.ts"
22
import type {JestConfigWithTsJest} from "ts-jest"
33

44
const jestConfig: JestConfigWithTsJest = {

0 commit comments

Comments
 (0)