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..b1e8939308 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.19.0' 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..5e9ee5957c 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.7' - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.19.0' 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 8c009ad579..7f92269c12 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.19.0' 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.19.0' 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.19.0' 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.62.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.19.0' 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..508db2b5c5 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.19.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6fb5bc897..d2515e5aab 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.19.0' 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 845c8bdba3..5b64b80abd 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.19.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile