diff --git a/.github/workflows/compare-results.yml b/.github/workflows/compare-results.yml index e387a448a55..55b97c86302 100644 --- a/.github/workflows/compare-results.yml +++ b/.github/workflows/compare-results.yml @@ -52,7 +52,7 @@ jobs: - name: Use Node LTS version uses: actions/setup-node@v4 with: - node-version: 20.19.5 + node-version: 20.19.6 cache: yarn cache-dependency-path: yarn.lock @@ -179,7 +179,7 @@ jobs: - name: Use Node LTS version uses: actions/setup-node@v4 with: - node-version: 20.19.5 + node-version: 20.19.6 cache: yarn - name: Enable Corepack diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 0e54255c796..cc6aa17eba4 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -155,7 +155,7 @@ jobs: - name: Use Node LTS version uses: actions/setup-node@v4 with: - node-version: 20.19.5 + node-version: 20.19.6 cache: yarn - name: Enable Corepack diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3eab2595c84..3d71e8ec50c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -65,7 +65,7 @@ jobs: - name: Use Node LTS version uses: actions/setup-node@v4 with: - node-version: 20.19.5 + node-version: 20.19.6 cache: yarn - name: Enable Corepack diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index 3fe0441e87c..eb9560f8048 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -49,7 +49,7 @@ jobs: - name: Use Node LTS version uses: actions/setup-node@v4 with: - node-version: 20.19.5 + node-version: 20.19.6 cache: yarn - name: Enable Corepack diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index d6bfff37d80..0cced0d64c3 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20.19.5 + node-version: 20.19.6 cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff41a08468e..881c01b7bd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20.19.5 + node-version: 20.19.6 cache: yarn - name: Install Dependencies diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 2021103c81d..1f5e3fb9ff3 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -56,7 +56,7 @@ jobs: - name: Use Node LTS version uses: actions/setup-node@v4 with: - node-version: 20.19.5 + node-version: 20.19.6 cache: yarn - name: Enable Corepack