diff --git a/.github/workflows/content-merge.yml b/.github/workflows/content-merge.yml index 29a31f8..d421672 100644 --- a/.github/workflows/content-merge.yml +++ b/.github/workflows/content-merge.yml @@ -28,7 +28,7 @@ jobs: - name: Install modules and cache uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '24' cache: 'npm' - name: Restore npm cache diff --git a/.github/workflows/content-sync.yml b/.github/workflows/content-sync.yml index 9ded2e3..6b98003 100644 --- a/.github/workflows/content-sync.yml +++ b/.github/workflows/content-sync.yml @@ -47,7 +47,7 @@ jobs: - name: Install modules and cache uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '24' cache: 'npm' - name: Restore npm cache