diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index f3fae94..aa8b4f9 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -93,7 +93,7 @@ jobs: - name: Set up Node.js if: steps.compare.outputs.needs_update == 'true' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc2200c..a5b69e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: npm @@ -129,7 +129,7 @@ jobs: run: vendor/bin/phpunit --configuration tests/phpunit.xml - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: npm diff --git a/.github/workflows/playground-preview.yml b/.github/workflows/playground-preview.yml index 5367b32..0c5bb23 100644 --- a/.github/workflows/playground-preview.yml +++ b/.github/workflows/playground-preview.yml @@ -47,7 +47,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe35d83..9beefac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: echo "name=$TAG" >> "$GITHUB_OUTPUT" - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: npm