diff --git a/.changelog/2147.internal.md b/.changelog/2147.internal.md new file mode 100644 index 0000000000..787f5708c7 --- /dev/null +++ b/.changelog/2147.internal.md @@ -0,0 +1 @@ +Update dependencies diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 495847b6b7..4b749d880e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -37,7 +37,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index e1882790dd..0dca467a1d 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -34,11 +34,11 @@ jobs: - name: Set up Python 3 uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.14.3' - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 3046ce61c9..e12aab08ec 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-node@v4 id: yarn-cache with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile @@ -44,7 +44,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -67,7 +67,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -88,7 +88,7 @@ jobs: needs: [playwright-prepare] runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.56.1-noble + image: mcr.microsoft.com/playwright:v1.59.1-noble options: --user 1001 strategy: fail-fast: false @@ -101,7 +101,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - uses: actions/download-artifact@v4 - run: mv ./builds-for-playwright/build ./build diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 29897d9ee9..8913674a6f 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -51,7 +51,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6fb5bc897..4a3dd0224f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/update-screenshots.yml b/.github/workflows/update-screenshots.yml index c57be40d08..b6f7187450 100644 --- a/.github/workflows/update-screenshots.yml +++ b/.github/workflows/update-screenshots.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.14.1' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile