diff --git a/.github/workflows/check-pull-request.yml b/.github/workflows/check-pull-request.yml index a463d356..7886aa39 100644 --- a/.github/workflows/check-pull-request.yml +++ b/.github/workflows/check-pull-request.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Setup npm - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22 cache: npm diff --git a/.github/workflows/publish-hotfix.yml b/.github/workflows/publish-hotfix.yml index 974e5206..36dcf969 100644 --- a/.github/workflows/publish-hotfix.yml +++ b/.github/workflows/publish-hotfix.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Depth 0 is required for branch-based versioning - name: Test code and Create Test Coverage Reports - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22 cache: npm