diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 743e162b..84617ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: node-version: - - 24.11.1 + - 24.12.0 steps: - name: checkout uses: actions/checkout@v6.0.1 @@ -55,7 +55,9 @@ jobs: - name: prepare node uses: actions/setup-node@v6.1.0 with: - node-version: 24.11.1 + node-version: + - 24.11.1 + - 24.12.0 - name: install run: npm ci - name: release diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index d14d1001..ff06278d 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -21,7 +21,9 @@ jobs: - name: prepare node uses: actions/setup-node@v6.1.0 with: - node-version: 24.11.1 + node-version: + - 24.11.1 + - 24.12.0 - name: prepare CodeQL uses: github/codeql-action/init@v4 with: diff --git a/.github/workflows/update_package_lock.yml b/.github/workflows/update_package_lock.yml index 2773687d..6be06dc8 100644 --- a/.github/workflows/update_package_lock.yml +++ b/.github/workflows/update_package_lock.yml @@ -14,7 +14,9 @@ jobs: - name: prepare node uses: actions/setup-node@v6.1.0 with: - node-version: 24.11.1 + node-version: + - 24.11.1 + - 24.12.0 - name: remove lock run: rm package-lock.json - name: install playwright diff --git a/.github/workflows/update_readme_api.yml b/.github/workflows/update_readme_api.yml index 9a82258c..7abd3e63 100644 --- a/.github/workflows/update_readme_api.yml +++ b/.github/workflows/update_readme_api.yml @@ -14,7 +14,9 @@ jobs: - name: prepare node uses: actions/setup-node@v6.1.0 with: - node-version: 24.11.1 + node-version: + - 24.11.1 + - 24.12.0 - name: install run: npm ci - name: run docs diff --git a/package.json b/package.json index fc6b2b74..6bf80a7a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "semantic-release": "^25.0.2" }, "engines": { - "node": ">=24.11.1" + "node": ">=24.12.0" }, "repository": { "type": "git",