Skip to content

Commit a92baf7

Browse files
committed
TRP-914 Updated runtime to Node 24 and resolved vulnerabilities
1 parent f0d3bae commit a92baf7

4 files changed

Lines changed: 888 additions & 855 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [20.x, 22.x]
16+
node-version: [24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v4

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v24.14.0

0 commit comments

Comments
 (0)