diff --git a/.github/workflows/build-and-deploy-site.yml b/.github/workflows/build-and-deploy-site.yml index 092a4e297..b0402c0cf 100644 --- a/.github/workflows/build-and-deploy-site.yml +++ b/.github/workflows/build-and-deploy-site.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v3 with: #cache: 'yarn' - node-version: '20' + node-version: '22' - name: 'Enable Yarn (corepack enable)' run: 'corepack enable' diff --git a/.github/workflows/devsite-build-and-deploy.yml b/.github/workflows/devsite-build-and-deploy.yml index 45aa55cd0..a666f98c2 100644 --- a/.github/workflows/devsite-build-and-deploy.yml +++ b/.github/workflows/devsite-build-and-deploy.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/setup-node@v3 with: #cache: 'yarn' - node-version: '20' + node-version: '22' - name: 'Enable Yarn (corepack enable)' run: 'corepack enable' diff --git a/.github/workflows/quick-test-compile-zoo.yml b/.github/workflows/quick-test-compile-zoo.yml index 7ce7f255e..9304b1620 100644 --- a/.github/workflows/quick-test-compile-zoo.yml +++ b/.github/workflows/quick-test-compile-zoo.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v3 with: #cache: 'yarn' - node-version: '20' + node-version: '22' - name: Corepack enable run: 'corepack enable'