diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5e9d4e1..f2f3013 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,7 +17,7 @@ permissions: packages: read env: - NODE_VERSION: "20" + NODE_VERSION: "22" jobs: codeql-analyze: diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 92db194..06ac29c 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - NODE_VERSION: "20" + NODE_VERSION: "22" NODE_OPTIONS: "--max-old-space-size=8192" jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35245ad..cadb8ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ on: # because semantic-release creates the GitHub release, which re-triggered this workflow. env: - NODE_VERSION: "20" + NODE_VERSION: "22" HUSKY: 0 CI: true @@ -71,9 +71,8 @@ jobs: - name: 🏷️ Semantic Release id: semantic - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v6 with: - semantic_version: 24 extra_plugins: | @semantic-release/changelog@6.0.3 @semantic-release/git@10.0.1 @@ -206,7 +205,7 @@ jobs: sbom: true - name: 📝 Update Docker Hub Description - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/wordpress-compatibility.yml b/.github/workflows/wordpress-compatibility.yml index e1bea1b..a70d778 100644 --- a/.github/workflows/wordpress-compatibility.yml +++ b/.github/workflows/wordpress-compatibility.yml @@ -17,7 +17,7 @@ on: - "src/types/wordpress.ts" env: - NODE_VERSION: "20" + NODE_VERSION: "22" jobs: compatibility-check: