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 4859191c..8887d2f3 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.11.0", "@types/semver": "7.7.1", "commitlint": "19.8.1", "glob": "11.1.0", @@ -3483,9 +3483,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.11.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.11.0.tgz", + "integrity": "sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 97f9cecd..b790133c 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.11.0", "@types/semver": "7.7.1", "commitlint": "19.8.1", "glob": "11.1.0",