diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 8646cb4e..46e44e4d 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -22,7 +22,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 0f2ea528..19f05afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@swc/cli": "0.7.9", "@swc/core": "1.15.3", "@types/glob": "9.0.0", - "@types/node": "24.9.1", + "@types/node": "24.10.3", "chalk": "5.6.2", "glob": "11.1.0", "husky": "9.1.7", @@ -3031,9 +3031,9 @@ "license": "MIT" }, "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.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.3.tgz", + "integrity": "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 68dc6167..c990aaaf 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@swc/cli": "0.7.9", "@swc/core": "1.15.3", "@types/glob": "9.0.0", - "@types/node": "24.9.1", + "@types/node": "24.10.3", "chalk": "5.6.2", "glob": "11.1.0", "husky": "9.1.7",