Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c3cf553

Browse files
renovate[bot]pieh
andauthored
chore(deps): update dependency netlify-cli to v23.9.2 (#3184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
1 parent d2460b3 commit c3cf553

File tree

8 files changed

+925
-252
lines changed

8 files changed

+925
-252
lines changed

‎.github/workflows/run-tests.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
125125
NEXT_VERSION: ${{ matrix.version }}
126126
NEXT_RESOLVED_VERSION: ${{ steps.resolve-next-version.outputs.version }}
127+
NODE_OPTIONS: --import ${{ github.workspace }}/tools/fetch-retry.mjs
127128
- name: Upload blob report to GitHub Actions Artifacts
128129
uses: actions/upload-artifact@v4
129130
if: always()
@@ -220,13 +221,15 @@ jobs:
220221
env:
221222
NEXT_VERSION: ${{ matrix.version }}
222223
NEXT_RESOLVED_VERSION: ${{ steps.resolve-next-version.outputs.version }}
224+
NODE_OPTIONS: --import ${{ github.workspace }}/tools/fetch-retry.mjs
223225
- name: 'Unit and integration tests'
224226
run: npm run test:ci:unit-and-integration -- --shard=${{ matrix.shard }}/8
225227
env:
226228
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
227229
NEXT_VERSION: ${{ matrix.version }}
228230
NEXT_RESOLVED_VERSION: ${{ steps.resolve-next-version.outputs.version }}
229231
TEMP: ${{ github.workspace }}/..
232+
NODE_OPTIONS: --import ${{ github.workspace }}/tools/fetch-retry.mjs
230233

231234
smoke:
232235
if: always()
@@ -289,6 +292,7 @@ jobs:
289292
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
290293
NEXT_VERSION: ${{ matrix.version }}
291294
NEXT_RESOLVED_VERSION: ${{ steps.resolve-next-version.outputs.version }}
295+
NODE_OPTIONS: --import ${{ github.workspace }}/tools/fetch-retry.mjs
292296

293297
merge-reports:
294298
if: always()

‎.github/workflows/test-e2e.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
NEXT_RESOLVED_VERSION: ${{ matrix.version_spec.version }}
240240
IS_WEBPACK_TEST: ${{ steps.decide-default-bundler.outputs.default_bundler == 'webpack' && '1' || '' }}
241241
IS_TURBOPACK_TEST: ${{ steps.decide-default-bundler.outputs.default_bundler == 'turbopack' && '1' || '' }}
242+
NODE_OPTIONS: --import ${{ github.workspace }}/${{ env.runtime-path}}/tools/fetch-retry.mjs
242243
run: node run-tests.js -g ${{ matrix.group }}/${{ needs.setup.outputs.total }} -c ${TEST_CONCURRENCY} --type e2e
243244
working-directory: ${{ env.next-path }}
244245

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /