diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 03d2adf6..3d28481f 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Authenticate with NPM registry run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc diff --git a/package-lock.json b/package-lock.json index 8a011292..5ce09d32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@commitlint/config-conventional": "20.2.0", "@swc/core": "1.15.4", "@types/aws-lambda": "8.10.159", - "@types/node": "24.9.1", + "@types/node": "24.10.4", "commitlint": "20.2.0", "husky": "9.1.7", "lint-staged": "16.2.7", @@ -4103,9 +4103,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "24.9.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", - "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", + "version": "24.10.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.4.tgz", + "integrity": "sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7eeb9d13..80457591 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@commitlint/config-conventional": "20.2.0", "@swc/core": "1.15.4", "@types/aws-lambda": "8.10.159", - "@types/node": "24.9.1", + "@types/node": "24.10.4", "commitlint": "20.2.0", "husky": "9.1.7", "lint-staged": "16.2.7",