diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index fbcf4c8..6168b0b 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v5 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies diff --git a/package-lock.json b/package-lock.json index dafcd0d..a1e5e49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@bifravst/prettier-config": "1.1.17", "@commitlint/config-conventional": "19.8.1", - "@types/node": "24.9.1", + "@types/node": "24.12.4", "commitlint": "19.8.1", "husky": "9.1.7", "lint-staged": "16.4.0", @@ -378,9 +378,9 @@ } }, "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.12.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", + "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6749baf..4ced67a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@bifravst/prettier-config": "1.1.17", "@commitlint/config-conventional": "19.8.1", - "@types/node": "24.9.1", + "@types/node": "24.12.4", "commitlint": "19.8.1", "husky": "9.1.7", "lint-staged": "16.4.0",