Skip to content

Commit 081acd9

Browse files
chore(deps): update dependency node to v24
1 parent f8573f0 commit 081acd9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v6
1515
with:
16-
node-version: "22.x"
16+
node-version: "24.x"
1717
cache: "npm"
1818
- name: Install dependencies and compile
1919
run: npm ci --no-audit

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@bifravst/prettier-config": "1.1.17",
3535
"@commitlint/config-conventional": "20.4.2",
3636
"@types/glob": "9.0.0",
37-
"@types/node": "24.10.0",
37+
"@types/node": "24.11.0",
3838
"aws-cdk-lib": "2.241.0",
3939
"cdk": "2.1108.0",
4040
"commitlint": "20.4.2",

0 commit comments

Comments
 (0)