diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index be7b01f1..60154bec 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index d4781ed0..d850b86a 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies @@ -110,7 +110,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Semantic release diff --git a/package-lock.json b/package-lock.json index 5d3c9573..91e62062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@commitlint/config-conventional": "19.8.1", "@playwright/test": "1.55.1", "@types/jsonwebtoken": "9.0.10", - "@types/node": "24.9.1", + "@types/node": "24.10.1", "@types/semver": "7.7.1", "commitlint": "19.8.1", "glob": "11.1.0", @@ -4255,9 +4255,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.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", + "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6e520d19..376c311b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@commitlint/config-conventional": "19.8.1", "@playwright/test": "1.55.1", "@types/jsonwebtoken": "9.0.10", - "@types/node": "24.9.1", + "@types/node": "24.10.1", "@types/semver": "7.7.1", "commitlint": "19.8.1", "glob": "11.1.0",