diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d6a060..95c233b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: npm diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index a649afe..6fbd802 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: npm diff --git a/.github/workflows/sync-content.yml b/.github/workflows/sync-content.yml index c18eae7..6e5164b 100644 --- a/.github/workflows/sync-content.yml +++ b/.github/workflows/sync-content.yml @@ -43,7 +43,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: npm